Html Css Color HEX #DE1900 Scarlet

📋 copy color: '#DE1900'

red 222 ◦ green 25 ◦ blue 0

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

Shades of Scarlet #DE1900

Tints of Scarlet #DE1900

RGB

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

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

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

R = 89.88%
G = 10.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE1900 (or 0xDE1900) is known color: Scarlet. HEX triplet: DE, 19 and 00. RGB value is (222,25,0). Sum of RGB (Red+Green+Blue) = 222+25+0=247 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.88% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1900 is #21E6FF. Grayscale: #515151. Windows color (decimal): -2221824 or 6622. OLE color: 6622.

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

Color convert

RGB 222 25 0 -
CMYK 0 0.89 1 0.13
HSL 6.76º 1% 0.44% -
HSV(B) 6.76º 1% 0.87% -
XYZ 30.47 16.22 1.53 -
YUV 81.05 82.27 228.53 -
System Red Green Blue C M Y K H S L
Decimal 222 25 0 0 0.89 1 0.13 6.76 1 0.44
Hex DE 19 0 0 59 64 D 7 64 2C
Octal 336 31 0 0 131 144 15 7 144 54
Binary 11011110 11001 0 0 1011001 1100100 1101 111 1100100 101100

Color Harmonies of #DE1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1900

Black with #DE1900

Text Example


Text Example

White with #DE1900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1900; }

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

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

background-color css

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

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

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

border-color css

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

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

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