Html Css Color HEX #D00916 Venetian Red

📋 copy color: '#D00916'

red 208 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #D00916

Tints of Venetian Red #D00916

RGB

 RED value IS 208 (81.64% from 255) = 87.03%

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

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 87.03%
G = 3.77%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00916 (or 0xD00916) is known color: Venetian Red. HEX triplet: D0, 09 and 16. RGB value is (208,9,22). Sum of RGB (Red+Green+Blue) = 208+9+22=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D00916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00916 is #2FF6E9. Grayscale: #464646. Windows color (decimal): -3143402 or 1444304. OLE color: 1444304.

HSL color Cylindrical-coordinate representation of color #D00916: hue angle of 356.08º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00916 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 22 -
CMYK 0 0.96 0.89 0.18
HSL 356.08º 0.92% 0.43% -
HSV(B) 356.08º 0.96% 0.82% -
XYZ 26.25 13.66 2.01 -
YUV 69.98 100.93 226.44 -
System Red Green Blue C M Y K H S L
Decimal 208 9 22 0 0.96 0.89 0.18 356.08 0.92 0.43
Hex D0 9 16 0 60 59 12 164 5C 2B
Octal 320 11 26 0 140 131 22 544 134 53
Binary 11010000 1001 10110 0 1100000 1011001 10010 101100100 1011100 101011

Color Harmonies of #D00916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00916

Black with #D00916

Text Example


Text Example

White with #D00916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00916; }

 p { color: rgb(208,9,22); }

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

background-color css

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

 a { background-color: rgb(208,9,22); }

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

border-color css

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

 span { border-color: rgb(208,9,22); }

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