Html Css Color HEX #DE0517 Venetian Red

📋 copy color: '#DE0517'

red 222 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #DE0517

Tints of Venetian Red #DE0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 88.8%
G = 2%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE0517 (or 0xDE0517) is known color: Venetian Red. HEX triplet: DE, 05 and 17. RGB value is (222,5,23). Sum of RGB (Red+Green+Blue) = 222+5+23=250 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.8% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0517 is #21FAE8. Grayscale: #484848. Windows color (decimal): -2226921 or 1508830. OLE color: 1508830.

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

Color convert

RGB 222 5 23 -
CMYK 0 0.98 0.90 0.13
HSL 355.02º 0.96% 0.45% -
HSV(B) 355.02º 0.98% 0.87% -
XYZ 30.33 15.7 2.24 -
YUV 71.94 100.39 235.04 -
System Red Green Blue C M Y K H S L
Decimal 222 5 23 0 0.98 0.90 0.13 355.02 0.96 0.45
Hex DE 5 17 0 62 5A D 163 60 2D
Octal 336 5 27 0 142 132 15 543 140 55
Binary 11011110 101 10111 0 1100010 1011010 1101 101100011 1100000 101101

Color Harmonies of #DE0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0517

Black with #DE0517

Text Example


Text Example

White with #DE0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0517; }

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

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

background-color css

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

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

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

border-color css

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

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

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