Html Css Color HEX #D0000A Venetian Red

📋 copy color: '#D0000A'

red 208 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #D0000A

Tints of Venetian Red #D0000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 95.41%
G = 0%
B = 4.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0000A (or 0xD0000A) is known color: Venetian Red. HEX triplet: D0, 00 and 0A. RGB value is (208,0,10). Sum of RGB (Red+Green+Blue) = 208+0+10=218 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.41% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 208 - color contains mainly: red. Hex color #D0000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0000A is #2FFFF5. Grayscale: #3F3F3F. Windows color (decimal): -3145718 or 655568. OLE color: 655568.

HSL color Cylindrical-coordinate representation of color #D0000A: hue angle of 357.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 10 -
CMYK 0 1 0.95 0.18
HSL 357.12º 1% 0.41% -
HSV(B) 357.12º 1% 0.82% -
XYZ 26.07 13.43 1.51 -
YUV 63.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 208 0 10 0 1 0.95 0.18 357.12 1 0.41
Hex D0 0 A 0 64 5F 12 165 64 29
Octal 320 0 12 0 144 137 22 545 144 51
Binary 11010000 0 1010 0 1100100 1011111 10010 101100101 1100100 101001

Color Harmonies of #D0000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0000A

Black with #D0000A

Text Example


Text Example

White with #D0000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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