Html Css Color HEX #CF0C24 Fire Engine Red

📋 copy color: '#CF0C24'

red 207 ◦ green 12 ◦ blue 36

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

Shades of Fire Engine Red #CF0C24

Tints of Fire Engine Red #CF0C24

RGB

 RED value IS 207 (81.25% from 255) = 81.18%

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

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

R = 81.18%
G = 4.71%
B = 14.12%

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

#CF0C24 (or 0xCF0C24) is known color: Fire Engine Red. HEX triplet: CF, 0C and 24. RGB value is (207,12,36). Sum of RGB (Red+Green+Blue) = 207+12+36=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C24 is #30F3DB. Grayscale: #494949. Windows color (decimal): -3208156 or 2362575. OLE color: 2362575.

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

Color convert

RGB 207 12 36 -
CMYK 0 0.94 0.83 0.19
HSL 352.62º 0.89% 0.43% -
HSV(B) 352.62º 0.94% 0.81% -
XYZ 26.18 13.66 2.92 -
YUV 73.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 207 12 36 0 0.94 0.83 0.19 352.62 0.89 0.43
Hex CF C 24 0 5E 53 13 161 59 2B
Octal 317 14 44 0 136 123 23 541 131 53
Binary 11001111 1100 100100 0 1011110 1010011 10011 101100001 1011001 101011

Color Harmonies of #CF0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0C24

Black with #CF0C24

Text Example


Text Example

White with #CF0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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