Html Css Color HEX #CF111D Fire Engine Red

📋 copy color: '#CF111D'

red 207 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #CF111D

Tints of Fire Engine Red #CF111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 81.82%
G = 6.72%
B = 11.46%

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

#CF111D (or 0xCF111D) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1D. RGB value is (207,17,29). Sum of RGB (Red+Green+Blue) = 207+17+29=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111D is #30EEE2. Grayscale: #4B4B4B. Windows color (decimal): -3206883 or 1905103. OLE color: 1905103.

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

Color convert

RGB 207 17 29 -
CMYK 0 0.92 0.86 0.19
HSL 356.21º 0.85% 0.44% -
HSV(B) 356.21º 0.92% 0.81% -
XYZ 26.15 13.76 2.44 -
YUV 75.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 207 17 29 0 0.92 0.86 0.19 356.21 0.85 0.44
Hex CF 11 1D 0 5C 56 13 164 55 2C
Octal 317 21 35 0 134 126 23 544 125 54
Binary 11001111 10001 11101 0 1011100 1010110 10011 101100100 1010101 101100

Color Harmonies of #CF111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF111D

Black with #CF111D

Text Example


Text Example

White with #CF111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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