Html Css Color HEX #D00A0C Venetian Red

📋 copy color: '#D00A0C'

red 208 ◦ green 10 ◦ blue 12

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

Shades of Venetian Red #D00A0C

Tints of Venetian Red #D00A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 90.43%
G = 4.35%
B = 5.22%

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

#D00A0C (or 0xD00A0C) is known color: Venetian Red. HEX triplet: D0, 0A and 0C. RGB value is (208,10,12). Sum of RGB (Red+Green+Blue) = 208+10+12=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A0C is #2FF5F3. Grayscale: #454545. Windows color (decimal): -3143156 or 789200. OLE color: 789200.

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

Color convert

RGB 208 10 12 -
CMYK 0 0.95 0.94 0.18
HSL 359.39º 0.91% 0.43% -
HSV(B) 359.39º 0.95% 0.82% -
XYZ 26.19 13.65 1.6 -
YUV 69.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 208 10 12 0 0.95 0.94 0.18 359.39 0.91 0.43
Hex D0 A C 0 5F 5E 12 167 5B 2B
Octal 320 12 14 0 137 136 22 547 133 53
Binary 11010000 1010 1100 0 1011111 1011110 10010 101100111 1011011 101011

Color Harmonies of #D00A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A0C

Black with #D00A0C

Text Example


Text Example

White with #D00A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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