Html Css Color HEX #CD1119 Fire Engine Red

📋 copy color: '#CD1119'

red 205 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #CD1119

Tints of Fire Engine Red #CD1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 83%
G = 6.88%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD1119 (or 0xCD1119) is known color: Fire Engine Red. HEX triplet: CD, 11 and 19. RGB value is (205,17,25). Sum of RGB (Red+Green+Blue) = 205+17+25=247 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.00% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1119 is #32EEE6. Grayscale: #4A4A4A. Windows color (decimal): -3337959 or 1642957. OLE color: 1642957.

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

Color convert

RGB 205 17 25 -
CMYK 0 0.92 0.88 0.20
HSL 357.45º 0.85% 0.44% -
HSV(B) 357.45º 0.92% 0.8% -
XYZ 25.55 13.45 2.17 -
YUV 74.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 205 17 25 0 0.92 0.88 0.20 357.45 0.85 0.44
Hex CD 11 19 0 5C 58 14 165 55 2C
Octal 315 21 31 0 134 130 24 545 125 54
Binary 11001101 10001 11001 0 1011100 1011000 10100 101100101 1010101 101100

Color Harmonies of #CD1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1119

Black with #CD1119

Text Example


Text Example

White with #CD1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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