Html Css Color HEX #D00A14 Venetian Red

📋 copy color: '#D00A14'

red 208 ◦ green 10 ◦ blue 20

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

Shades of Venetian Red #D00A14

Tints of Venetian Red #D00A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 87.39%
G = 4.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00A14 (or 0xD00A14) is known color: Venetian Red. HEX triplet: D0, 0A and 14. RGB value is (208,10,20). Sum of RGB (Red+Green+Blue) = 208+10+20=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A14 is #2FF5EB. Grayscale: #464646. Windows color (decimal): -3143148 or 1313488. OLE color: 1313488.

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

Color convert

RGB 208 10 20 -
CMYK 0 0.95 0.90 0.18
HSL 356.97º 0.91% 0.43% -
HSV(B) 356.97º 0.95% 0.82% -
XYZ 26.25 13.68 1.92 -
YUV 70.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 208 10 20 0 0.95 0.90 0.18 356.97 0.91 0.43
Hex D0 A 14 0 5F 5A 12 165 5B 2B
Octal 320 12 24 0 137 132 22 545 133 53
Binary 11010000 1010 10100 0 1011111 1011010 10010 101100101 1011011 101011

Color Harmonies of #D00A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A14

Black with #D00A14

Text Example


Text Example

White with #D00A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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