Html Css Color HEX #DC1024 Fire Engine Red

📋 copy color: '#DC1024'

red 220 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #DC1024

Tints of Fire Engine Red #DC1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 80.88%
G = 5.88%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1024 (or 0xDC1024) is known color: Fire Engine Red. HEX triplet: DC, 10 and 24. RGB value is (220,16,36). Sum of RGB (Red+Green+Blue) = 220+16+36=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1024 is #23EFDB. Grayscale: #4F4F4F. Windows color (decimal): -2355164 or 2363612. OLE color: 2363612.

HSL color Cylindrical-coordinate representation of color #DC1024: hue angle of 354.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1024 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 36 -
CMYK 0 0.93 0.84 0.14
HSL 354.12º 0.86% 0.46% -
HSV(B) 354.12º 0.93% 0.86% -
XYZ 30.02 15.71 3.12 -
YUV 79.28 103.59 228.37 -
System Red Green Blue C M Y K H S L
Decimal 220 16 36 0 0.93 0.84 0.14 354.12 0.86 0.46
Hex DC 10 24 0 5D 54 E 162 56 2E
Octal 334 20 44 0 135 124 16 542 126 56
Binary 11011100 10000 100100 0 1011101 1010100 1110 101100010 1010110 101110

Color Harmonies of #DC1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1024

Black with #DC1024

Text Example


Text Example

White with #DC1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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