Html Css Color HEX #CF111E Fire Engine Red

📋 copy color: '#CF111E'

red 207 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #CF111E

Tints of Fire Engine Red #CF111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 81.5%
G = 6.69%
B = 11.81%

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

#CF111E (or 0xCF111E) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1E. RGB value is (207,17,30). Sum of RGB (Red+Green+Blue) = 207+17+30=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111E is #30EEE1. Grayscale: #4B4B4B. Windows color (decimal): -3206882 or 1970639. OLE color: 1970639.

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

Color convert

RGB 207 17 30 -
CMYK 0 0.92 0.86 0.19
HSL 355.89º 0.85% 0.44% -
HSV(B) 355.89º 0.92% 0.81% -
XYZ 26.17 13.76 2.51 -
YUV 75.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 207 17 30 0 0.92 0.86 0.19 355.89 0.85 0.44
Hex CF 11 1E 0 5C 56 13 164 55 2C
Octal 317 21 36 0 134 126 23 544 125 54
Binary 11001111 10001 11110 0 1011100 1010110 10011 101100100 1010101 101100

Color Harmonies of #CF111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF111E

Black with #CF111E

Text Example


Text Example

White with #CF111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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