Html Css Color HEX #DE2001 Scarlet

📋 copy color: '#DE2001'

red 222 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #DE2001

Tints of Scarlet #DE2001

RGB

 RED value IS 222 (87.11% from 255) = 87.06%

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 87.06%
G = 12.55%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE2001 (or 0xDE2001) is known color: Scarlet. HEX triplet: DE, 20 and 01. RGB value is (222,32,1). Sum of RGB (Red+Green+Blue) = 222+32+1=255 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.06% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2001 is #21DFFE. Grayscale: #555555. Windows color (decimal): -2220031 or 73950. OLE color: 73950.

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

Color convert

RGB 222 32 1 -
CMYK 0 0.86 1.00 0.13
HSL 8.42º 0.99% 0.44% -
HSV(B) 8.42º 1% 0.87% -
XYZ 30.65 16.56 1.61 -
YUV 85.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 222 32 1 0 0.86 1.00 0.13 8.42 0.99 0.44
Hex DE 20 1 0 56 64 D 8 63 2C
Octal 336 40 1 0 126 144 15 10 143 54
Binary 11011110 100000 1 0 1010110 1100100 1101 1000 1100011 101100

Color Harmonies of #DE2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2001

Black with #DE2001

Text Example


Text Example

White with #DE2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2001; }

 p { color: rgb(222,32,1); }

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

background-color css

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

 a { background-color: rgb(222,32,1); }

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

border-color css

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

 span { border-color: rgb(222,32,1); }

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