Html Css Color HEX #CD112A Fire Engine Red

📋 copy color: '#CD112A'

red 205 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #CD112A

Tints of Fire Engine Red #CD112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 77.65%
G = 6.44%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD112A (or 0xCD112A) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2A. RGB value is (205,17,42). Sum of RGB (Red+Green+Blue) = 205+17+42=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112A is #32EED5. Grayscale: #4C4C4C. Windows color (decimal): -3337942 or 2757069. OLE color: 2757069.

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

Color convert

RGB 205 17 42 -
CMYK 0 0.92 0.80 0.20
HSL 352.02º 0.85% 0.44% -
HSV(B) 352.02º 0.92% 0.8% -
XYZ 25.8 13.55 3.45 -
YUV 76.06 108.78 219.97 -
System Red Green Blue C M Y K H S L
Decimal 205 17 42 0 0.92 0.80 0.20 352.02 0.85 0.44
Hex CD 11 2A 0 5C 50 14 160 55 2C
Octal 315 21 52 0 134 120 24 540 125 54
Binary 11001101 10001 101010 0 1011100 1010000 10100 101100000 1010101 101100

Color Harmonies of #CD112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD112A

Black with #CD112A

Text Example


Text Example

White with #CD112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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