Html Css Color HEX #CE0C28 Fire Engine Red

📋 copy color: '#CE0C28'

red 206 ◦ green 12 ◦ blue 40

#CE0C28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CE0C28

Tints of Fire Engine Red #CE0C28

RGB

 RED value IS 206 (80.86% from 255) = 79.84%

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 79.84%
G = 4.65%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0C28 (or 0xCE0C28) is known color: Fire Engine Red. HEX triplet: CE, 0C and 28. RGB value is (206,12,40). Sum of RGB (Red+Green+Blue) = 206+12+40=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C28 is #31F3D7. Grayscale: #494949. Windows color (decimal): -3273688 or 2624718. OLE color: 2624718.

HSL color Cylindrical-coordinate representation of color #CE0C28: hue angle of 351.34º degrees, saturation: 0.89, 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 #CE0C28 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 40 -
CMYK 0 0.94 0.81 0.19
HSL 351.34º 0.89% 0.43% -
HSV(B) 351.34º 0.94% 0.81% -
XYZ 25.97 13.54 3.25 -
YUV 73.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 206 12 40 0 0.94 0.81 0.19 351.34 0.89 0.43
Hex CE C 28 0 5E 51 13 15F 59 2B
Octal 316 14 50 0 136 121 23 537 131 53
Binary 11001110 1100 101000 0 1011110 1010001 10011 101011111 1011001 101011

Color Harmonies of #CE0C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C28

Black with #CE0C28

Text Example


Text Example

White with #CE0C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C28; }

 p { color: rgb(206,12,40); }

 H1.HeaderClassName
 {
   color: #CE0C28;
 }
 .AnyTagClassName
 {
   color: #CE0C28;
 }
</style>

background-color css

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

 a { background-color: rgb(206,12,40); }

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

border-color css

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

 span { border-color: rgb(206,12,40); }

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