Html Css Color HEX #CF0924 Fire Engine Red

📋 copy color: '#CF0924'

red 207 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #CF0924

Tints of Fire Engine Red #CF0924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 82.14%
G = 3.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF0924 (or 0xCF0924) is known color: Fire Engine Red. HEX triplet: CF, 09 and 24. RGB value is (207,9,36). Sum of RGB (Red+Green+Blue) = 207+9+36=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0924 is #30F6DB. Grayscale: #474747. Windows color (decimal): -3208924 or 2361807. OLE color: 2361807.

HSL color Cylindrical-coordinate representation of color #CF0924: hue angle of 351.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0924 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 9 36 -
CMYK 0 0.96 0.83 0.19
HSL 351.82º 0.92% 0.42% -
HSV(B) 351.82º 0.96% 0.81% -
XYZ 26.15 13.59 2.91 -
YUV 71.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 207 9 36 0 0.96 0.83 0.19 351.82 0.92 0.42
Hex CF 9 24 0 60 53 13 160 5C 2A
Octal 317 11 44 0 140 123 23 540 134 52
Binary 11001111 1001 100100 0 1100000 1010011 10011 101100000 1011100 101010

Color Harmonies of #CF0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0924

Black with #CF0924

Text Example


Text Example

White with #CF0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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