Html Css Color HEX #CD1518 Fire Engine Red

📋 copy color: '#CD1518'

red 205 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #CD1518

Tints of Fire Engine Red #CD1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 82%
G = 8.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD1518 (or 0xCD1518) is known color: Fire Engine Red. HEX triplet: CD, 15 and 18. RGB value is (205,21,24). Sum of RGB (Red+Green+Blue) = 205+21+24=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1518 is #32EAE7. Grayscale: #4C4C4C. Windows color (decimal): -3336936 or 1578445. OLE color: 1578445.

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

Color convert

RGB 205 21 24 -
CMYK 0 0.90 0.88 0.20
HSL 359.02º 0.81% 0.44% -
HSV(B) 359.02º 0.9% 0.8% -
XYZ 25.61 13.58 2.14 -
YUV 76.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 205 21 24 0 0.90 0.88 0.20 359.02 0.81 0.44
Hex CD 15 18 0 5A 58 14 167 51 2C
Octal 315 25 30 0 132 130 24 547 121 54
Binary 11001101 10101 11000 0 1011010 1011000 10100 101100111 1010001 101100

Color Harmonies of #CD1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1518

Black with #CD1518

Text Example


Text Example

White with #CD1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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