Html Css Color HEX #CF171B Fire Engine Red

📋 copy color: '#CF171B'

red 207 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #CF171B

Tints of Fire Engine Red #CF171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 80.54%
G = 8.95%
B = 10.51%

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

#CF171B (or 0xCF171B) is known color: Fire Engine Red. HEX triplet: CF, 17 and 1B. RGB value is (207,23,27). Sum of RGB (Red+Green+Blue) = 207+23+27=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF171B is #30E8E4. Grayscale: #4E4E4E. Windows color (decimal): -3205349 or 1775567. OLE color: 1775567.

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

Color convert

RGB 207 23 27 -
CMYK 0 0.89 0.87 0.19
HSL 358.7º 0.8% 0.45% -
HSV(B) 358.7º 0.89% 0.81% -
XYZ 26.24 13.96 2.35 -
YUV 78.47 98.96 219.67 -
System Red Green Blue C M Y K H S L
Decimal 207 23 27 0 0.89 0.87 0.19 358.7 0.8 0.45
Hex CF 17 1B 0 59 57 13 167 50 2D
Octal 317 27 33 0 131 127 23 547 120 55
Binary 11001111 10111 11011 0 1011001 1010111 10011 101100111 1010000 101101

Color Harmonies of #CF171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF171B

Black with #CF171B

Text Example


Text Example

White with #CF171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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