#ce0d26

Color #CE0D26 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CE0D26

Tints of Fire Engine Red #CE0D26

Color information

#CE0D26 (or 0xCE0D26) is unknown color: approx Fire Engine Red. HEX triplet: CE, 0D and 26. RGB value is (206,13,38). Sum of RGB (Red+Green+Blue) = 206+13+38=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D26 is #31F2D9. Grayscale: #494949. Windows color (decimal): -3273434 or 2493902. OLE color: 2493902.

HSL color Cylindrical-coordinate representation of color #CE0D26: hue angle of 352.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D26 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB2061338-
CMYK00.940.820.19
HSL352.23º88.13%42.94%-
HSV(B)352.23º93.69%80.78%-
XYZ25.9513.553.08-
YUV73.56107.94222.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 80.16%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=80.16%
G=5.06%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206133800.940.820.19352.2388.1342.94
HexCED2605E5213160582b
Octal316154601361222354013053
Binary110011101101100110010111101010010100111011000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce0d26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce0d26; }

 p { color: rgb(206,13,38); }

 H1.HeaderClassName
 {
   color: #ce0d26;
 }
 .AnyTagClassName
 {
   color: #ce0d26;
 }
</style>
background-color css

<style>
 a { background-color: #ce0d26; }

 a { background-color: rgb(206,13,38); }

 div.DivClassName
 {
   background-color: #ce0d26;
 }
 .BgClassName
 {
   background-color: #ce0d26;
 }
</style>
border-color css

<style>
 span { border-color: #ce0d26; }

 span { border-color: rgb(206,13,38); }

 td.TdClassName
 {
   border-color: #ce0d26;
 }
 .TagClassName
 {
   border-color: #ce0d26;
 }
</style>