Html Css Color HEX #DC1624 Fire Engine Red

📋 copy color: '#DC1624'

red 220 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #DC1624

Tints of Fire Engine Red #DC1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 79.14%
G = 7.91%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1624 (or 0xDC1624) is known color: Fire Engine Red. HEX triplet: DC, 16 and 24. RGB value is (220,22,36). Sum of RGB (Red+Green+Blue) = 220+22+36=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1624 is #23E9DB. Grayscale: #525252. Windows color (decimal): -2353628 or 2365148. OLE color: 2365148.

HSL color Cylindrical-coordinate representation of color #DC1624: hue angle of 355.76º degrees, saturation: 0.82, 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 #DC1624 is Cyan = 0, Magento = 0.9, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 36 -
CMYK 0 0.9 0.84 0.14
HSL 355.76º 0.82% 0.47% -
HSV(B) 355.76º 0.9% 0.86% -
XYZ 30.12 15.92 3.15 -
YUV 82.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 220 22 36 0 0.9 0.84 0.14 355.76 0.82 0.47
Hex DC 16 24 0 5A 54 E 164 52 2F
Octal 334 26 44 0 132 124 16 544 122 57
Binary 11011100 10110 100100 0 1011010 1010100 1110 101100100 1010010 101111

Color Harmonies of #DC1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1624

Black with #DC1624

Text Example


Text Example

White with #DC1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1624; }

 p { color: rgb(220,22,36); }

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

background-color css

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

 a { background-color: rgb(220,22,36); }

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

border-color css

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

 span { border-color: rgb(220,22,36); }

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