Html Css Color HEX #CF1928 Fire Engine Red

📋 copy color: '#CF1928'

red 207 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #CF1928

Tints of Fire Engine Red #CF1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 76.1%
G = 9.19%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1928 (or 0xCF1928) is known color: Fire Engine Red. HEX triplet: CF, 19 and 28. RGB value is (207,25,40). Sum of RGB (Red+Green+Blue) = 207+25+40=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1928 is #30E6D7. Grayscale: #515151. Windows color (decimal): -3204824 or 2628047. OLE color: 2628047.

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

Color convert

RGB 207 25 40 -
CMYK 0 0.88 0.81 0.19
HSL 355.05º 0.78% 0.45% -
HSV(B) 355.05º 0.88% 0.81% -
XYZ 26.46 14.11 3.34 -
YUV 81.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 207 25 40 0 0.88 0.81 0.19 355.05 0.78 0.45
Hex CF 19 28 0 58 51 13 163 4E 2D
Octal 317 31 50 0 130 121 23 543 116 55
Binary 11001111 11001 101000 0 1011000 1010001 10011 101100011 1001110 101101

Color Harmonies of #CF1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1928

Black with #CF1928

Text Example


Text Example

White with #CF1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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