Html Css Color HEX #CF171A Fire Engine Red

📋 copy color: '#CF171A'

red 207 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #CF171A

Tints of Fire Engine Red #CF171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 80.86%
G = 8.98%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF171A (or 0xCF171A) is known color: Fire Engine Red. HEX triplet: CF, 17 and 1A. RGB value is (207,23,26). Sum of RGB (Red+Green+Blue) = 207+23+26=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF171A is #30E8E5. Grayscale: #4E4E4E. Windows color (decimal): -3205350 or 1710031. OLE color: 1710031.

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

Color convert

RGB 207 23 26 -
CMYK 0 0.89 0.87 0.19
HSL 359.02º 0.8% 0.45% -
HSV(B) 359.02º 0.89% 0.81% -
XYZ 26.22 13.95 2.29 -
YUV 78.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 207 23 26 0 0.89 0.87 0.19 359.02 0.8 0.45
Hex CF 17 1A 0 59 57 13 167 50 2D
Octal 317 27 32 0 131 127 23 547 120 55
Binary 11001111 10111 11010 0 1011001 1010111 10011 101100111 1010000 101101

Color Harmonies of #CF171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF171A

Black with #CF171A

Text Example


Text Example

White with #CF171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF171A; }

 p { color: rgb(207,23,26); }

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

background-color css

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

 a { background-color: rgb(207,23,26); }

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

border-color css

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

 span { border-color: rgb(207,23,26); }

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