Html Css Color HEX #CF111A Fire Engine Red

📋 copy color: '#CF111A'

red 207 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #CF111A

Tints of Fire Engine Red #CF111A

RGB

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

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

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

R = 82.8%
G = 6.8%
B = 10.4%

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

#CF111A (or 0xCF111A) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1A. RGB value is (207,17,26). Sum of RGB (Red+Green+Blue) = 207+17+26=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111A is #30EEE5. Grayscale: #4A4A4A. Windows color (decimal): -3206886 or 1708495. OLE color: 1708495.

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

Color convert

RGB 207 17 26 -
CMYK 0 0.92 0.87 0.19
HSL 357.16º 0.85% 0.44% -
HSV(B) 357.16º 0.92% 0.81% -
XYZ 26.12 13.74 2.25 -
YUV 74.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 207 17 26 0 0.92 0.87 0.19 357.16 0.85 0.44
Hex CF 11 1A 0 5C 57 13 165 55 2C
Octal 317 21 32 0 134 127 23 545 125 54
Binary 11001111 10001 11010 0 1011100 1010111 10011 101100101 1010101 101100

Color Harmonies of #CF111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF111A

Black with #CF111A

Text Example


Text Example

White with #CF111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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