Html Css Color HEX #DC1800 Scarlet

📋 copy color: '#DC1800'

red 220 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #DC1800

Tints of Scarlet #DC1800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.16%
G = 9.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC1800 (or 0xDC1800) is known color: Scarlet. HEX triplet: DC, 18 and 00. RGB value is (220,24,0). Sum of RGB (Red+Green+Blue) = 220+24+0=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1800 is #23E7FF. Grayscale: #505050. Windows color (decimal): -2353152 or 6364. OLE color: 6364.

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

Color convert

RGB 220 24 0 -
CMYK 0 0.89 1 0.14
HSL 6.55º 1% 0.43% -
HSV(B) 6.55º 1% 0.86% -
XYZ 29.84 15.87 1.49 -
YUV 79.87 82.93 227.95 -
System Red Green Blue C M Y K H S L
Decimal 220 24 0 0 0.89 1 0.14 6.55 1 0.43
Hex DC 18 0 0 59 64 E 7 64 2B
Octal 334 30 0 0 131 144 16 7 144 53
Binary 11011100 11000 0 0 1011001 1100100 1110 111 1100100 101011

Color Harmonies of #DC1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1800

Black with #DC1800

Text Example


Text Example

White with #DC1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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