Html Css Color HEX #D00A16 Venetian Red

📋 copy color: '#D00A16'

red 208 ◦ green 10 ◦ blue 22

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

Shades of Venetian Red #D00A16

Tints of Venetian Red #D00A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.17%

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

R = 86.67%
G = 4.17%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00A16 (or 0xD00A16) is known color: Venetian Red. HEX triplet: D0, 0A and 16. RGB value is (208,10,22). Sum of RGB (Red+Green+Blue) = 208+10+22=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A16 is #2FF5E9. Grayscale: #464646. Windows color (decimal): -3143146 or 1444560. OLE color: 1444560.

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

Color convert

RGB 208 10 22 -
CMYK 0 0.95 0.89 0.18
HSL 356.36º 0.91% 0.43% -
HSV(B) 356.36º 0.95% 0.82% -
XYZ 26.27 13.68 2.02 -
YUV 70.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 208 10 22 0 0.95 0.89 0.18 356.36 0.91 0.43
Hex D0 A 16 0 5F 59 12 164 5B 2B
Octal 320 12 26 0 137 131 22 544 133 53
Binary 11010000 1010 10110 0 1011111 1011001 10010 101100100 1011011 101011

Color Harmonies of #D00A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A16

Black with #D00A16

Text Example


Text Example

White with #D00A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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