Html Css Color HEX #DE170B Scarlet

📋 copy color: '#DE170B'

red 222 ◦ green 23 ◦ blue 11

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

Shades of Scarlet #DE170B

Tints of Scarlet #DE170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 86.72%
G = 8.98%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE170B (or 0xDE170B) is known color: Scarlet. HEX triplet: DE, 17 and 0B. RGB value is (222,23,11). Sum of RGB (Red+Green+Blue) = 222+23+11=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE170B is #21E8F4. Grayscale: #515151. Windows color (decimal): -2222325 or 727006. OLE color: 727006.

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

Color convert

RGB 222 23 11 -
CMYK 0 0.90 0.95 0.13
HSL 3.41º 0.91% 0.46% -
HSV(B) 3.41º 0.95% 0.87% -
XYZ 30.49 16.17 1.83 -
YUV 81.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 222 23 11 0 0.90 0.95 0.13 3.41 0.91 0.46
Hex DE 17 B 0 5A 5F D 3 5B 2E
Octal 336 27 13 0 132 137 15 3 133 56
Binary 11011110 10111 1011 0 1011010 1011111 1101 11 1011011 101110

Color Harmonies of #DE170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE170B

Black with #DE170B

Text Example


Text Example

White with #DE170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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