Html Css Color HEX #DE1700 Scarlet

📋 copy color: '#DE1700'

red 222 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #DE1700

Tints of Scarlet #DE1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 90.61%
G = 9.39%
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

#DE1700 (or 0xDE1700) is known color: Scarlet. HEX triplet: DE, 17 and 00. RGB value is (222,23,0). Sum of RGB (Red+Green+Blue) = 222+23+0=245 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.61% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1700 is #21E8FF. Grayscale: #505050. Windows color (decimal): -2222336 or 6110. OLE color: 6110.

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

Color convert

RGB 222 23 0 -
CMYK 0 0.90 1 0.13
HSL 6.22º 1% 0.44% -
HSV(B) 6.22º 1% 0.87% -
XYZ 30.43 16.14 1.51 -
YUV 79.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 222 23 0 0 0.90 1 0.13 6.22 1 0.44
Hex DE 17 0 0 5A 64 D 6 64 2C
Octal 336 27 0 0 132 144 15 6 144 54
Binary 11011110 10111 0 0 1011010 1100100 1101 110 1100100 101100

Color Harmonies of #DE1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1700

Black with #DE1700

Text Example


Text Example

White with #DE1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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