Html Css Color HEX #DE0009 Venetian Red

📋 copy color: '#DE0009'

red 222 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #DE0009

Tints of Venetian Red #DE0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 96.1%
G = 0%
B = 3.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE0009 (or 0xDE0009) is known color: Venetian Red. HEX triplet: DE, 00 and 09. RGB value is (222,0,9). Sum of RGB (Red+Green+Blue) = 222+0+9=231 (30% of max value = 765). Red value is 222 (87.11% from 255 or 96.10% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0009 is #21FFF6. Grayscale: #434343. Windows color (decimal): -2228215 or 590046. OLE color: 590046.

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

Color convert

RGB 222 0 9 -
CMYK 0 1 0.96 0.13
HSL 357.57º 1% 0.44% -
HSV(B) 357.57º 1% 0.87% -
XYZ 30.17 15.55 1.67 -
YUV 67.4 95.05 238.27 -
System Red Green Blue C M Y K H S L
Decimal 222 0 9 0 1 0.96 0.13 357.57 1 0.44
Hex DE 0 9 0 64 60 D 166 64 2C
Octal 336 0 11 0 144 140 15 546 144 54
Binary 11011110 0 1001 0 1100100 1100000 1101 101100110 1100100 101100

Color Harmonies of #DE0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0009

Black with #DE0009

Text Example


Text Example

White with #DE0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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