Html Css Color HEX #DC0124 Fire Engine Red

📋 copy color: '#DC0124'

red 220 ◦ green 1 ◦ blue 36

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

Shades of Fire Engine Red #DC0124

Tints of Fire Engine Red #DC0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 85.6%
G = 0.39%
B = 14.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0124 (or 0xDC0124) is known color: Fire Engine Red. HEX triplet: DC, 01 and 24. RGB value is (220,1,36). Sum of RGB (Red+Green+Blue) = 220+1+36=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0124 is #23FEDB. Grayscale: #464646. Windows color (decimal): -2359004 or 2359772. OLE color: 2359772.

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

Color convert

RGB 220 1 36 -
CMYK 0 1.00 0.84 0.14
HSL 350.41º 0.99% 0.43% -
HSV(B) 350.41º 1% 0.86% -
XYZ 29.84 15.36 3.06 -
YUV 70.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 220 1 36 0 1.00 0.84 0.14 350.41 0.99 0.43
Hex DC 1 24 0 64 54 E 15E 63 2B
Octal 334 1 44 0 144 124 16 536 143 53
Binary 11011100 1 100100 0 1100100 1010100 1110 101011110 1100011 101011

Color Harmonies of #DC0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0124

Black with #DC0124

Text Example


Text Example

White with #DC0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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