Html Css Color HEX #DE1600 Scarlet

📋 copy color: '#DE1600'

red 222 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #DE1600

Tints of Scarlet #DE1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 90.98%
G = 9.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE1600 (or 0xDE1600) is known color: Scarlet. HEX triplet: DE, 16 and 00. RGB value is (222,22,0). Sum of RGB (Red+Green+Blue) = 222+22+0=244 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.98% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1600 is #21E9FF. Grayscale: #4F4F4F. Windows color (decimal): -2222592 or 5854. OLE color: 5854.

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

Color convert

RGB 222 22 0 -
CMYK 0 0.90 1 0.13
HSL 5.95º 1% 0.44% -
HSV(B) 5.95º 1% 0.87% -
XYZ 30.41 16.1 1.51 -
YUV 79.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 222 22 0 0 0.90 1 0.13 5.95 1 0.44
Hex DE 16 0 0 5A 64 D 6 64 2C
Octal 336 26 0 0 132 144 15 6 144 54
Binary 11011110 10110 0 0 1011010 1100100 1101 110 1100100 101100

Color Harmonies of #DE1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1600

Black with #DE1600

Text Example


Text Example

White with #DE1600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1600; }

 p { color: rgb(222,22,0); }

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

background-color css

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

 a { background-color: rgb(222,22,0); }

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

border-color css

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

 span { border-color: rgb(222,22,0); }

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