Html Css Color HEX #CD191C Fire Engine Red

📋 copy color: '#CD191C'

red 205 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #CD191C

Tints of Fire Engine Red #CD191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 79.46%
G = 9.69%
B = 10.85%

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

#CD191C (or 0xCD191C) is known color: Fire Engine Red. HEX triplet: CD, 19 and 1C. RGB value is (205,25,28). Sum of RGB (Red+Green+Blue) = 205+25+28=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD191C is #32E6E3. Grayscale: #4F4F4F. Windows color (decimal): -3335908 or 1841613. OLE color: 1841613.

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

Color convert

RGB 205 25 28 -
CMYK 0 0.88 0.86 0.20
HSL 359º 0.78% 0.45% -
HSV(B) 359º 0.88% 0.8% -
XYZ 25.73 13.76 2.4 -
YUV 79.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 205 25 28 0 0.88 0.86 0.20 359 0.78 0.45
Hex CD 19 1C 0 58 56 14 167 4E 2D
Octal 315 31 34 0 130 126 24 547 116 55
Binary 11001101 11001 11100 0 1011000 1010110 10100 101100111 1001110 101101

Color Harmonies of #CD191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD191C

Black with #CD191C

Text Example


Text Example

White with #CD191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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