Html Css Color HEX #CF111C Fire Engine Red

📋 copy color: '#CF111C'

red 207 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #CF111C

Tints of Fire Engine Red #CF111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 82.14%
G = 6.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF111C (or 0xCF111C) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1C. RGB value is (207,17,28). Sum of RGB (Red+Green+Blue) = 207+17+28=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111C is #30EEE3. Grayscale: #4B4B4B. Windows color (decimal): -3206884 or 1839567. OLE color: 1839567.

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

Color convert

RGB 207 17 28 -
CMYK 0 0.92 0.86 0.19
HSL 356.53º 0.85% 0.44% -
HSV(B) 356.53º 0.92% 0.81% -
XYZ 26.14 13.75 2.37 -
YUV 75.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 207 17 28 0 0.92 0.86 0.19 356.53 0.85 0.44
Hex CF 11 1C 0 5C 56 13 165 55 2C
Octal 317 21 34 0 134 126 23 545 125 54
Binary 11001111 10001 11100 0 1011100 1010110 10011 101100101 1010101 101100

Color Harmonies of #CF111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF111C

Black with #CF111C

Text Example


Text Example

White with #CF111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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