Html Css Color HEX #CD112B Fire Engine Red

📋 copy color: '#CD112B'

red 205 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #CD112B

Tints of Fire Engine Red #CD112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 77.36%
G = 6.42%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD112B (or 0xCD112B) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2B. RGB value is (205,17,43). Sum of RGB (Red+Green+Blue) = 205+17+43=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112B is #32EED4. Grayscale: #4C4C4C. Windows color (decimal): -3337941 or 2822605. OLE color: 2822605.

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

Color convert

RGB 205 17 43 -
CMYK 0 0.92 0.79 0.20
HSL 351.7º 0.85% 0.44% -
HSV(B) 351.7º 0.92% 0.8% -
XYZ 25.81 13.55 3.54 -
YUV 76.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 205 17 43 0 0.92 0.79 0.20 351.7 0.85 0.44
Hex CD 11 2B 0 5C 4F 14 160 55 2C
Octal 315 21 53 0 134 117 24 540 125 54
Binary 11001101 10001 101011 0 1011100 1001111 10100 101100000 1010101 101100

Color Harmonies of #CD112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD112B

Black with #CD112B

Text Example


Text Example

White with #CD112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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