Html Css Color HEX #CD191E Fire Engine Red

📋 copy color: '#CD191E'

red 205 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #CD191E

Tints of Fire Engine Red #CD191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 78.85%
G = 9.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD191E (or 0xCD191E) is known color: Fire Engine Red. HEX triplet: CD, 19 and 1E. RGB value is (205,25,30). Sum of RGB (Red+Green+Blue) = 205+25+30=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD191E is #32E6E1. Grayscale: #4F4F4F. Windows color (decimal): -3335906 or 1972685. OLE color: 1972685.

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

Color convert

RGB 205 25 30 -
CMYK 0 0.88 0.85 0.20
HSL 358.33º 0.78% 0.45% -
HSV(B) 358.33º 0.88% 0.8% -
XYZ 25.76 13.77 2.53 -
YUV 79.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 205 25 30 0 0.88 0.85 0.20 358.33 0.78 0.45
Hex CD 19 1E 0 58 55 14 166 4E 2D
Octal 315 31 36 0 130 125 24 546 116 55
Binary 11001101 11001 11110 0 1011000 1010101 10100 101100110 1001110 101101

Color Harmonies of #CD191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD191E

Black with #CD191E

Text Example


Text Example

White with #CD191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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