Html Css Color HEX #CE0C24 Fire Engine Red

📋 copy color: '#CE0C24'

red 206 ◦ green 12 ◦ blue 36

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

Shades of Fire Engine Red #CE0C24

Tints of Fire Engine Red #CE0C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 81.1%
G = 4.72%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0C24 (or 0xCE0C24) is known color: Fire Engine Red. HEX triplet: CE, 0C and 24. RGB value is (206,12,36). Sum of RGB (Red+Green+Blue) = 206+12+36=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C24 is #31F3DB. Grayscale: #484848. Windows color (decimal): -3273692 or 2362574. OLE color: 2362574.

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

Color convert

RGB 206 12 36 -
CMYK 0 0.94 0.83 0.19
HSL 352.58º 0.89% 0.43% -
HSV(B) 352.58º 0.94% 0.81% -
XYZ 25.9 13.51 2.91 -
YUV 72.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 206 12 36 0 0.94 0.83 0.19 352.58 0.89 0.43
Hex CE C 24 0 5E 53 13 161 59 2B
Octal 316 14 44 0 136 123 23 541 131 53
Binary 11001110 1100 100100 0 1011110 1010011 10011 101100001 1011001 101011

Color Harmonies of #CE0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C24

Black with #CE0C24

Text Example


Text Example

White with #CE0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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