Html Css Color HEX #DC1804 Scarlet

📋 copy color: '#DC1804'

red 220 ◦ green 24 ◦ blue 4

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

Shades of Scarlet #DC1804

Tints of Scarlet #DC1804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 88.71%
G = 9.68%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC1804 (or 0xDC1804) is known color: Scarlet. HEX triplet: DC, 18 and 04. RGB value is (220,24,4). Sum of RGB (Red+Green+Blue) = 220+24+4=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1804 is #23E7FB. Grayscale: #505050. Windows color (decimal): -2353148 or 268508. OLE color: 268508.

HSL color Cylindrical-coordinate representation of color #DC1804: hue angle of 5.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC1804 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 4 -
CMYK 0 0.89 0.98 0.14
HSL 5.56º 0.96% 0.44% -
HSV(B) 5.56º 0.98% 0.86% -
XYZ 29.86 15.88 1.61 -
YUV 80.32 84.93 227.63 -
System Red Green Blue C M Y K H S L
Decimal 220 24 4 0 0.89 0.98 0.14 5.56 0.96 0.44
Hex DC 18 4 0 59 62 E 6 60 2C
Octal 334 30 4 0 131 142 16 6 140 54
Binary 11011100 11000 100 0 1011001 1100010 1110 110 1100000 101100

Color Harmonies of #DC1804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1804

Black with #DC1804

Text Example


Text Example

White with #DC1804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1804; }

 p { color: rgb(220,24,4); }

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

background-color css

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

 a { background-color: rgb(220,24,4); }

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

border-color css

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

 span { border-color: rgb(220,24,4); }

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