Html Css Color HEX #CD1520 Fire Engine Red

📋 copy color: '#CD1520'

red 205 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #CD1520

Tints of Fire Engine Red #CD1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 79.46%
G = 8.14%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD1520 (or 0xCD1520) is known color: Fire Engine Red. HEX triplet: CD, 15 and 20. RGB value is (205,21,32). Sum of RGB (Red+Green+Blue) = 205+21+32=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1520 is #32EADF. Grayscale: #4D4D4D. Windows color (decimal): -3336928 or 2102733. OLE color: 2102733.

HSL color Cylindrical-coordinate representation of color #CD1520: hue angle of 356.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1520 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 32 -
CMYK 0 0.90 0.84 0.20
HSL 356.41º 0.81% 0.44% -
HSV(B) 356.41º 0.9% 0.8% -
XYZ 25.71 13.62 2.64 -
YUV 77.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 205 21 32 0 0.90 0.84 0.20 356.41 0.81 0.44
Hex CD 15 20 0 5A 54 14 164 51 2C
Octal 315 25 40 0 132 124 24 544 121 54
Binary 11001101 10101 100000 0 1011010 1010100 10100 101100100 1010001 101100

Color Harmonies of #CD1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1520

Black with #CD1520

Text Example


Text Example

White with #CD1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1520; }

 p { color: rgb(205,21,32); }

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

background-color css

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

 a { background-color: rgb(205,21,32); }

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

border-color css

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

 span { border-color: rgb(205,21,32); }

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