Html Css Color HEX #D10A1A Venetian Red

📋 copy color: '#D10A1A'

red 209 ◦ green 10 ◦ blue 26

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

Shades of Venetian Red #D10A1A

Tints of Venetian Red #D10A1A

RGB

 RED value IS 209 (82.03% from 255) = 85.31%

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 85.31%
G = 4.08%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D10A1A (or 0xD10A1A) is known color: Venetian Red. HEX triplet: D1, 0A and 1A. RGB value is (209,10,26). Sum of RGB (Red+Green+Blue) = 209+10+26=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A1A is #2EF5E5. Grayscale: #474747. Windows color (decimal): -3077606 or 1706705. OLE color: 1706705.

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

Color convert

RGB 209 10 26 -
CMYK 0 0.95 0.88 0.18
HSL 355.18º 0.91% 0.43% -
HSV(B) 355.18º 0.95% 0.82% -
XYZ 26.59 13.85 2.25 -
YUV 71.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 209 10 26 0 0.95 0.88 0.18 355.18 0.91 0.43
Hex D1 A 1A 0 5F 58 12 163 5B 2B
Octal 321 12 32 0 137 130 22 543 133 53
Binary 11010001 1010 11010 0 1011111 1011000 10010 101100011 1011011 101011

Color Harmonies of #D10A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10A1A

Black with #D10A1A

Text Example


Text Example

White with #D10A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10A1A; }

 p { color: rgb(209,10,26); }

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

background-color css

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

 a { background-color: rgb(209,10,26); }

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

border-color css

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

 span { border-color: rgb(209,10,26); }

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