Html Css Color HEX #CF0F28 Fire Engine Red

📋 copy color: '#CF0F28'

red 207 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #CF0F28

Tints of Fire Engine Red #CF0F28

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

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

R = 79.01%
G = 5.73%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0F28 (or 0xCF0F28) is known color: Fire Engine Red. HEX triplet: CF, 0F and 28. RGB value is (207,15,40). Sum of RGB (Red+Green+Blue) = 207+15+40=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F28 is #30F0D7. Grayscale: #4B4B4B. Windows color (decimal): -3207384 or 2625487. OLE color: 2625487.

HSL color Cylindrical-coordinate representation of color #CF0F28: hue angle of 352.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F28 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 40 -
CMYK 0 0.93 0.81 0.19
HSL 352.19º 0.86% 0.44% -
HSV(B) 352.19º 0.93% 0.81% -
XYZ 26.29 13.76 3.28 -
YUV 75.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 207 15 40 0 0.93 0.81 0.19 352.19 0.86 0.44
Hex CF F 28 0 5D 51 13 160 56 2C
Octal 317 17 50 0 135 121 23 540 126 54
Binary 11001111 1111 101000 0 1011101 1010001 10011 101100000 1010110 101100

Color Harmonies of #CF0F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F28

Black with #CF0F28

Text Example


Text Example

White with #CF0F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F28; }

 p { color: rgb(207,15,40); }

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

background-color css

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

 a { background-color: rgb(207,15,40); }

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

border-color css

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

 span { border-color: rgb(207,15,40); }

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