Html Css Color HEX #D00A0E Venetian Red

📋 copy color: '#D00A0E'

red 208 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #D00A0E

Tints of Venetian Red #D00A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 89.66%
G = 4.31%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D00A0E (or 0xD00A0E) is known color: Venetian Red. HEX triplet: D0, 0A and 0E. RGB value is (208,10,14). Sum of RGB (Red+Green+Blue) = 208+10+14=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A0E is #2FF5F1. Grayscale: #454545. Windows color (decimal): -3143154 or 920272. OLE color: 920272.

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

Color convert

RGB 208 10 14 -
CMYK 0 0.95 0.93 0.18
HSL 358.79º 0.91% 0.43% -
HSV(B) 358.79º 0.95% 0.82% -
XYZ 26.2 13.66 1.67 -
YUV 69.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 208 10 14 0 0.95 0.93 0.18 358.79 0.91 0.43
Hex D0 A E 0 5F 5D 12 167 5B 2B
Octal 320 12 16 0 137 135 22 547 133 53
Binary 11010000 1010 1110 0 1011111 1011101 10010 101100111 1011011 101011

Color Harmonies of #D00A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A0E

Black with #D00A0E

Text Example


Text Example

White with #D00A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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