Html Css Color HEX #DE0509 Venetian Red

📋 copy color: '#DE0509'

red 222 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #DE0509

Tints of Venetian Red #DE0509

RGB

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

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

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

R = 94.07%
G = 2.12%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE0509 (or 0xDE0509) is known color: Venetian Red. HEX triplet: DE, 05 and 09. RGB value is (222,5,9). Sum of RGB (Red+Green+Blue) = 222+5+9=236 (31% of max value = 765). Red value is 222 (87.11% from 255 or 94.07% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0509 is #21FAF6. Grayscale: #464646. Windows color (decimal): -2226935 or 591326. OLE color: 591326.

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

Color convert

RGB 222 5 9 -
CMYK 0 0.98 0.96 0.13
HSL 358.89º 0.96% 0.45% -
HSV(B) 358.89º 0.98% 0.87% -
XYZ 30.23 15.66 1.69 -
YUV 70.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 222 5 9 0 0.98 0.96 0.13 358.89 0.96 0.45
Hex DE 5 9 0 62 60 D 167 60 2D
Octal 336 5 11 0 142 140 15 547 140 55
Binary 11011110 101 1001 0 1100010 1100000 1101 101100111 1100000 101101

Color Harmonies of #DE0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0509

Black with #DE0509

Text Example


Text Example

White with #DE0509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0509; }

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

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

background-color css

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

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

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

border-color css

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

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

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