Html Css Color HEX #CF111B Fire Engine Red

📋 copy color: '#CF111B'

red 207 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #CF111B

Tints of Fire Engine Red #CF111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 82.47%
G = 6.77%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF111B (or 0xCF111B) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1B. RGB value is (207,17,27). Sum of RGB (Red+Green+Blue) = 207+17+27=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111B is #30EEE4. Grayscale: #4B4B4B. Windows color (decimal): -3206885 or 1774031. OLE color: 1774031.

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

Color convert

RGB 207 17 27 -
CMYK 0 0.92 0.87 0.19
HSL 356.84º 0.85% 0.44% -
HSV(B) 356.84º 0.92% 0.81% -
XYZ 26.13 13.75 2.31 -
YUV 74.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 207 17 27 0 0.92 0.87 0.19 356.84 0.85 0.44
Hex CF 11 1B 0 5C 57 13 165 55 2C
Octal 317 21 33 0 134 127 23 545 125 54
Binary 11001111 10001 11011 0 1011100 1010111 10011 101100101 1010101 101100

Color Harmonies of #CF111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF111B

Black with #CF111B

Text Example


Text Example

White with #CF111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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