Html Css Color HEX #CD191D Fire Engine Red

📋 copy color: '#CD191D'

red 205 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #CD191D

Tints of Fire Engine Red #CD191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 79.15%
G = 9.65%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD191D (or 0xCD191D) is known color: Fire Engine Red. HEX triplet: CD, 19 and 1D. RGB value is (205,25,29). Sum of RGB (Red+Green+Blue) = 205+25+29=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD191D is #32E6E2. Grayscale: #4F4F4F. Windows color (decimal): -3335907 or 1907149. OLE color: 1907149.

HSL color Cylindrical-coordinate representation of color #CD191D: hue angle of 358.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD191D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 25 29 -
CMYK 0 0.88 0.86 0.20
HSL 358.67º 0.78% 0.45% -
HSV(B) 358.67º 0.88% 0.8% -
XYZ 25.75 13.76 2.46 -
YUV 79.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 205 25 29 0 0.88 0.86 0.20 358.67 0.78 0.45
Hex CD 19 1D 0 58 56 14 167 4E 2D
Octal 315 31 35 0 130 126 24 547 116 55
Binary 11001101 11001 11101 0 1011000 1010110 10100 101100111 1001110 101101

Color Harmonies of #CD191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD191D

Black with #CD191D

Text Example


Text Example

White with #CD191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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