Html Css Color HEX #DE2201 Scarlet

📋 copy color: '#DE2201'

red 222 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #DE2201

Tints of Scarlet #DE2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 86.38%
G = 13.23%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE2201 (or 0xDE2201) is known color: Scarlet. HEX triplet: DE, 22 and 01. RGB value is (222,34,1). Sum of RGB (Red+Green+Blue) = 222+34+1=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2201 is #21DDFE. Grayscale: #565656. Windows color (decimal): -2219519 or 74462. OLE color: 74462.

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

Color convert

RGB 222 34 1 -
CMYK 0 0.85 1.00 0.13
HSL 8.96º 0.99% 0.44% -
HSV(B) 8.96º 1% 0.87% -
XYZ 30.7 16.68 1.63 -
YUV 86.45 79.78 224.68 -
System Red Green Blue C M Y K H S L
Decimal 222 34 1 0 0.85 1.00 0.13 8.96 0.99 0.44
Hex DE 22 1 0 55 64 D 9 63 2C
Octal 336 42 1 0 125 144 15 11 143 54
Binary 11011110 100010 1 0 1010101 1100100 1101 1001 1100011 101100

Color Harmonies of #DE2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2201

Black with #DE2201

Text Example


Text Example

White with #DE2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2201; }

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

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

background-color css

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

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

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

border-color css

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

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

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