Html Css Color HEX #CF1927 Fire Engine Red

📋 copy color: '#CF1927'

red 207 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #CF1927

Tints of Fire Engine Red #CF1927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 76.38%
G = 9.23%
B = 14.39%

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

#CF1927 (or 0xCF1927) is known color: Fire Engine Red. HEX triplet: CF, 19 and 27. RGB value is (207,25,39). Sum of RGB (Red+Green+Blue) = 207+25+39=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1927 is #30E6D8. Grayscale: #515151. Windows color (decimal): -3204825 or 2562511. OLE color: 2562511.

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

Color convert

RGB 207 25 39 -
CMYK 0 0.88 0.81 0.19
HSL 355.38º 0.78% 0.45% -
HSV(B) 355.38º 0.88% 0.81% -
XYZ 26.45 14.11 3.25 -
YUV 81.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 207 25 39 0 0.88 0.81 0.19 355.38 0.78 0.45
Hex CF 19 27 0 58 51 13 163 4E 2D
Octal 317 31 47 0 130 121 23 543 116 55
Binary 11001111 11001 100111 0 1011000 1010001 10011 101100011 1001110 101101

Color Harmonies of #CF1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1927

Black with #CF1927

Text Example


Text Example

White with #CF1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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