Html Css Color HEX #D00A0D Venetian Red

📋 copy color: '#D00A0D'

red 208 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #D00A0D

Tints of Venetian Red #D00A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 90.04%
G = 4.33%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D00A0D (or 0xD00A0D) is known color: Venetian Red. HEX triplet: D0, 0A and 0D. RGB value is (208,10,13). Sum of RGB (Red+Green+Blue) = 208+10+13=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A0D is #2FF5F2. Grayscale: #454545. Windows color (decimal): -3143155 or 854736. OLE color: 854736.

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

Color convert

RGB 208 10 13 -
CMYK 0 0.95 0.94 0.18
HSL 359.09º 0.91% 0.43% -
HSV(B) 359.09º 0.95% 0.82% -
XYZ 26.19 13.66 1.64 -
YUV 69.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 208 10 13 0 0.95 0.94 0.18 359.09 0.91 0.43
Hex D0 A D 0 5F 5E 12 167 5B 2B
Octal 320 12 15 0 137 136 22 547 133 53
Binary 11010000 1010 1101 0 1011111 1011110 10010 101100111 1011011 101011

Color Harmonies of #D00A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A0D

Black with #D00A0D

Text Example


Text Example

White with #D00A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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