Html Css Color HEX #CD112F Fire Engine Red

📋 copy color: '#CD112F'

red 205 ◦ green 17 ◦ blue 47

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

Shades of Fire Engine Red #CD112F

Tints of Fire Engine Red #CD112F

RGB

 RED value IS 205 (80.47% from 255) = 76.21%

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

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

R = 76.21%
G = 6.32%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD112F (or 0xCD112F) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2F. RGB value is (205,17,47). Sum of RGB (Red+Green+Blue) = 205+17+47=269 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.21% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112F is #32EED0. Grayscale: #4C4C4C. Windows color (decimal): -3337937 or 3084749. OLE color: 3084749.

HSL color Cylindrical-coordinate representation of color #CD112F: hue angle of 350.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 47 -
CMYK 0 0.92 0.77 0.20
HSL 350.43º 0.85% 0.44% -
HSV(B) 350.43º 0.92% 0.8% -
XYZ 25.89 13.59 3.95 -
YUV 76.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 205 17 47 0 0.92 0.77 0.20 350.43 0.85 0.44
Hex CD 11 2F 0 5C 4D 14 15E 55 2C
Octal 315 21 57 0 134 115 24 536 125 54
Binary 11001101 10001 101111 0 1011100 1001101 10100 101011110 1010101 101100

Color Harmonies of #CD112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD112F

Black with #CD112F

Text Example


Text Example

White with #CD112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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