Html Css Color HEX #CF1C24 Fire Engine Red

📋 copy color: '#CF1C24'

red 207 ◦ green 28 ◦ blue 36

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

Shades of Fire Engine Red #CF1C24

Tints of Fire Engine Red #CF1C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 76.38%
G = 10.33%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF1C24 (or 0xCF1C24) is known color: Fire Engine Red. HEX triplet: CF, 1C and 24. RGB value is (207,28,36). Sum of RGB (Red+Green+Blue) = 207+28+36=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C24 is #30E3DB. Grayscale: #525252. Windows color (decimal): -3204060 or 2366671. OLE color: 2366671.

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

Color convert

RGB 207 28 36 -
CMYK 0 0.86 0.83 0.19
HSL 357.32º 0.76% 0.46% -
HSV(B) 357.32º 0.86% 0.81% -
XYZ 26.47 14.22 3.02 -
YUV 82.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 207 28 36 0 0.86 0.83 0.19 357.32 0.76 0.46
Hex CF 1C 24 0 56 53 13 165 4C 2E
Octal 317 34 44 0 126 123 23 545 114 56
Binary 11001111 11100 100100 0 1010110 1010011 10011 101100101 1001100 101110

Color Harmonies of #CF1C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1C24

Black with #CF1C24

Text Example


Text Example

White with #CF1C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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