Html Css Color HEX #DE0917 Venetian Red

📋 copy color: '#DE0917'

red 222 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #DE0917

Tints of Venetian Red #DE0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 87.4%
G = 3.54%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE0917 (or 0xDE0917) is known color: Venetian Red. HEX triplet: DE, 09 and 17. RGB value is (222,9,23). Sum of RGB (Red+Green+Blue) = 222+9+23=254 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.40% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0917 is #21F6E8. Grayscale: #4A4A4A. Windows color (decimal): -2225897 or 1509854. OLE color: 1509854.

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

Color convert

RGB 222 9 23 -
CMYK 0 0.96 0.90 0.13
HSL 356.06º 0.92% 0.45% -
HSV(B) 356.06º 0.96% 0.87% -
XYZ 30.38 15.79 2.26 -
YUV 74.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 222 9 23 0 0.96 0.90 0.13 356.06 0.92 0.45
Hex DE 9 17 0 60 5A D 164 5C 2D
Octal 336 11 27 0 140 132 15 544 134 55
Binary 11011110 1001 10111 0 1100000 1011010 1101 101100100 1011100 101101

Color Harmonies of #DE0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0917

Black with #DE0917

Text Example


Text Example

White with #DE0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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