Html Css Color HEX #DE0017 Venetian Red

📋 copy color: '#DE0017'

red 222 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #DE0017

Tints of Venetian Red #DE0017

RGB

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

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

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

R = 90.61%
G = 0%
B = 9.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 222 0 23 -
CMYK 0 1 0.90 0.13
HSL 353.78º 1% 0.44% -
HSV(B) 353.78º 1% 0.87% -
XYZ 30.28 15.59 2.22 -
YUV 69 102.05 237.13 -
System Red Green Blue C M Y K H S L
Decimal 222 0 23 0 1 0.90 0.13 353.78 1 0.44
Hex DE 0 17 0 64 5A D 162 64 2C
Octal 336 0 27 0 144 132 15 542 144 54
Binary 11011110 0 10111 0 1100100 1011010 1101 101100010 1100100 101100

Color Harmonies of #DE0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0017

Black with #DE0017

Text Example


Text Example

White with #DE0017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0017; }

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

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

background-color css

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

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

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

border-color css

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

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

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