Html Css Color HEX #DE1909 Scarlet

📋 copy color: '#DE1909'

red 222 ◦ green 25 ◦ blue 9

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

Shades of Scarlet #DE1909

Tints of Scarlet #DE1909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 86.72%
G = 9.77%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE1909 (or 0xDE1909) is known color: Scarlet. HEX triplet: DE, 19 and 09. RGB value is (222,25,9). Sum of RGB (Red+Green+Blue) = 222+25+9=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1909 is #21E6F6. Grayscale: #525252. Windows color (decimal): -2221815 or 596446. OLE color: 596446.

HSL color Cylindrical-coordinate representation of color #DE1909: hue angle of 4.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE1909 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 9 -
CMYK 0 0.89 0.96 0.13
HSL 4.51º 0.92% 0.45% -
HSV(B) 4.51º 0.96% 0.87% -
XYZ 30.52 16.24 1.79 -
YUV 82.08 86.77 227.8 -
System Red Green Blue C M Y K H S L
Decimal 222 25 9 0 0.89 0.96 0.13 4.51 0.92 0.45
Hex DE 19 9 0 59 60 D 5 5C 2D
Octal 336 31 11 0 131 140 15 5 134 55
Binary 11011110 11001 1001 0 1011001 1100000 1101 101 1011100 101101

Color Harmonies of #DE1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1909

Black with #DE1909

Text Example


Text Example

White with #DE1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1909; }

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

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

background-color css

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

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

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

border-color css

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

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

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