Html Css Color HEX #D10C1A Venetian Red

📋 copy color: '#D10C1A'

red 209 ◦ green 12 ◦ blue 26

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

Shades of Venetian Red #D10C1A

Tints of Venetian Red #D10C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 84.62%
G = 4.86%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D10C1A (or 0xD10C1A) is known color: Venetian Red. HEX triplet: D1, 0C and 1A. RGB value is (209,12,26). Sum of RGB (Red+Green+Blue) = 209+12+26=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C1A is #2EF3E5. Grayscale: #484848. Windows color (decimal): -3077094 or 1707217. OLE color: 1707217.

HSL color Cylindrical-coordinate representation of color #D10C1A: hue angle of 355.74º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C1A is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 26 -
CMYK 0 0.94 0.88 0.18
HSL 355.74º 0.89% 0.43% -
HSV(B) 355.74º 0.94% 0.82% -
XYZ 26.61 13.89 2.26 -
YUV 72.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 209 12 26 0 0.94 0.88 0.18 355.74 0.89 0.43
Hex D1 C 1A 0 5E 58 12 164 59 2B
Octal 321 14 32 0 136 130 22 544 131 53
Binary 11010001 1100 11010 0 1011110 1011000 10010 101100100 1011001 101011

Color Harmonies of #D10C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C1A

Black with #D10C1A

Text Example


Text Example

White with #D10C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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