Html Css Color HEX #CD1521 Fire Engine Red

📋 copy color: '#CD1521'

red 205 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #CD1521

Tints of Fire Engine Red #CD1521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 79.15%
G = 8.11%
B = 12.74%

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

#CD1521 (or 0xCD1521) is known color: Fire Engine Red. HEX triplet: CD, 15 and 21. RGB value is (205,21,33). Sum of RGB (Red+Green+Blue) = 205+21+33=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1521 is #32EADE. Grayscale: #4D4D4D. Windows color (decimal): -3336927 or 2168269. OLE color: 2168269.

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

Color convert

RGB 205 21 33 -
CMYK 0 0.90 0.84 0.20
HSL 356.09º 0.81% 0.44% -
HSV(B) 356.09º 0.9% 0.8% -
XYZ 25.72 13.63 2.71 -
YUV 77.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 205 21 33 0 0.90 0.84 0.20 356.09 0.81 0.44
Hex CD 15 21 0 5A 54 14 164 51 2C
Octal 315 25 41 0 132 124 24 544 121 54
Binary 11001101 10101 100001 0 1011010 1010100 10100 101100100 1010001 101100

Color Harmonies of #CD1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1521

Black with #CD1521

Text Example


Text Example

White with #CD1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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