Html Css Color HEX #DC1522 Fire Engine Red

📋 copy color: '#DC1522'

red 220 ◦ green 21 ◦ blue 34

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

Shades of Fire Engine Red #DC1522

Tints of Fire Engine Red #DC1522

RGB

 RED value IS 220 (86.33% from 255) = 80%

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

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 80%
G = 7.64%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1522 (or 0xDC1522) is known color: Fire Engine Red. HEX triplet: DC, 15 and 22. RGB value is (220,21,34). Sum of RGB (Red+Green+Blue) = 220+21+34=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1522 is #23EADD. Grayscale: #525252. Windows color (decimal): -2353886 or 2233820. OLE color: 2233820.

HSL color Cylindrical-coordinate representation of color #DC1522: hue angle of 356.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1522 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 34 -
CMYK 0 0.90 0.85 0.14
HSL 356.08º 0.83% 0.47% -
HSV(B) 356.08º 0.9% 0.86% -
XYZ 30.07 15.87 2.99 -
YUV 81.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 220 21 34 0 0.90 0.85 0.14 356.08 0.83 0.47
Hex DC 15 22 0 5A 55 E 164 53 2F
Octal 334 25 42 0 132 125 16 544 123 57
Binary 11011100 10101 100010 0 1011010 1010101 1110 101100100 1010011 101111

Color Harmonies of #DC1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1522

Black with #DC1522

Text Example


Text Example

White with #DC1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1522; }

 p { color: rgb(220,21,34); }

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

background-color css

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

 a { background-color: rgb(220,21,34); }

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

border-color css

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

 span { border-color: rgb(220,21,34); }

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