Html Css Color HEX #DC1900 Scarlet

📋 copy color: '#DC1900'

red 220 ◦ green 25 ◦ blue 0

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

Shades of Scarlet #DC1900

Tints of Scarlet #DC1900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 89.8%
G = 10.2%
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

#DC1900 (or 0xDC1900) is known color: Scarlet. HEX triplet: DC, 19 and 00. RGB value is (220,25,0). Sum of RGB (Red+Green+Blue) = 220+25+0=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1900 is #23E6FF. Grayscale: #505050. Windows color (decimal): -2352896 or 6620. OLE color: 6620.

HSL color Cylindrical-coordinate representation of color #DC1900: hue angle of 6.82º 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 #DC1900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 0 -
CMYK 0 0.89 1 0.14
HSL 6.82º 1% 0.43% -
HSV(B) 6.82º 1% 0.86% -
XYZ 29.86 15.91 1.5 -
YUV 80.46 82.6 227.53 -
System Red Green Blue C M Y K H S L
Decimal 220 25 0 0 0.89 1 0.14 6.82 1 0.43
Hex DC 19 0 0 59 64 E 7 64 2B
Octal 334 31 0 0 131 144 16 7 144 53
Binary 11011100 11001 0 0 1011001 1100100 1110 111 1100100 101011

Color Harmonies of #DC1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1900

Black with #DC1900

Text Example


Text Example

White with #DC1900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1900; }

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

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

background-color css

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

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

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

border-color css

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

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

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