Html Css Color HEX #DC1801 Scarlet

📋 copy color: '#DC1801'

red 220 ◦ green 24 ◦ blue 1

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

Shades of Scarlet #DC1801

Tints of Scarlet #DC1801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 89.8%
G = 9.8%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC1801 (or 0xDC1801) is known color: Scarlet. HEX triplet: DC, 18 and 01. RGB value is (220,24,1). Sum of RGB (Red+Green+Blue) = 220+24+1=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1801 is #23E7FE. Grayscale: #505050. Windows color (decimal): -2353151 or 71900. OLE color: 71900.

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

Color convert

RGB 220 24 1 -
CMYK 0 0.89 1.00 0.14
HSL 6.3º 0.99% 0.43% -
HSV(B) 6.3º 1% 0.86% -
XYZ 29.85 15.87 1.52 -
YUV 79.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 220 24 1 0 0.89 1.00 0.14 6.3 0.99 0.43
Hex DC 18 1 0 59 64 E 6 63 2B
Octal 334 30 1 0 131 144 16 6 143 53
Binary 11011100 11000 1 0 1011001 1100100 1110 110 1100011 101011

Color Harmonies of #DC1801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1801

Black with #DC1801

Text Example


Text Example

White with #DC1801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1801; }

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

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

background-color css

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

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

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

border-color css

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

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

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