Html Css Color HEX #DE1702 Scarlet

📋 copy color: '#DE1702'

red 222 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #DE1702

Tints of Scarlet #DE1702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 89.88%
G = 9.31%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE1702 (or 0xDE1702) is known color: Scarlet. HEX triplet: DE, 17 and 02. RGB value is (222,23,2). Sum of RGB (Red+Green+Blue) = 222+23+2=247 (32% of max value = 765). Red value is 222 (87.11% from 255 or 89.88% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1702 is #21E8FD. Grayscale: #505050. Windows color (decimal): -2222334 or 137182. OLE color: 137182.

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

Color convert

RGB 222 23 2 -
CMYK 0 0.90 0.99 0.13
HSL 5.73º 0.98% 0.44% -
HSV(B) 5.73º 0.99% 0.87% -
XYZ 30.44 16.15 1.57 -
YUV 80.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 222 23 2 0 0.90 0.99 0.13 5.73 0.98 0.44
Hex DE 17 2 0 5A 63 D 6 62 2C
Octal 336 27 2 0 132 143 15 6 142 54
Binary 11011110 10111 10 0 1011010 1100011 1101 110 1100010 101100

Color Harmonies of #DE1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1702

Black with #DE1702

Text Example


Text Example

White with #DE1702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1702; }

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

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

background-color css

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

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

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

border-color css

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

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

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