Html Css Color HEX #CF112F Fire Engine Red

📋 copy color: '#CF112F'

red 207 ◦ green 17 ◦ blue 47

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

Shades of Fire Engine Red #CF112F

Tints of Fire Engine Red #CF112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 76.38%
G = 6.27%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF112F (or 0xCF112F) is known color: Fire Engine Red. HEX triplet: CF, 11 and 2F. RGB value is (207,17,47). Sum of RGB (Red+Green+Blue) = 207+17+47=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF112F is #30EED0. Grayscale: #4D4D4D. Windows color (decimal): -3206865 or 3084751. OLE color: 3084751.

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

Color convert

RGB 207 17 47 -
CMYK 0 0.92 0.77 0.19
HSL 350.53º 0.85% 0.44% -
HSV(B) 350.53º 0.92% 0.81% -
XYZ 26.45 13.87 3.97 -
YUV 77.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 207 17 47 0 0.92 0.77 0.19 350.53 0.85 0.44
Hex CF 11 2F 0 5C 4D 13 15F 55 2C
Octal 317 21 57 0 134 115 23 537 125 54
Binary 11001111 10001 101111 0 1011100 1001101 10011 101011111 1010101 101100

Color Harmonies of #CF112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF112F

Black with #CF112F

Text Example


Text Example

White with #CF112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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