Html Css Color HEX #D00A10 Venetian Red

📋 copy color: '#D00A10'

red 208 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #D00A10

Tints of Venetian Red #D00A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 88.89%
G = 4.27%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00A10 (or 0xD00A10) is known color: Venetian Red. HEX triplet: D0, 0A and 10. RGB value is (208,10,16). Sum of RGB (Red+Green+Blue) = 208+10+16=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A10 is #2FF5EF. Grayscale: #464646. Windows color (decimal): -3143152 or 1051344. OLE color: 1051344.

HSL color Cylindrical-coordinate representation of color #D00A10: hue angle of 358.18º 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 #D00A10 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 16 -
CMYK 0 0.95 0.92 0.18
HSL 358.18º 0.91% 0.43% -
HSV(B) 358.18º 0.95% 0.82% -
XYZ 26.21 13.66 1.75 -
YUV 69.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 208 10 16 0 0.95 0.92 0.18 358.18 0.91 0.43
Hex D0 A 10 0 5F 5C 12 166 5B 2B
Octal 320 12 20 0 137 134 22 546 133 53
Binary 11010000 1010 10000 0 1011111 1011100 10010 101100110 1011011 101011

Color Harmonies of #D00A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A10

Black with #D00A10

Text Example


Text Example

White with #D00A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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