Html Css Color HEX #D10B0C Venetian Red

📋 copy color: '#D10B0C'

red 209 ◦ green 11 ◦ blue 12

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

Shades of Venetian Red #D10B0C

Tints of Venetian Red #D10B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.74%

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

R = 90.09%
G = 4.74%
B = 5.17%

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

#D10B0C (or 0xD10B0C) is known color: Venetian Red. HEX triplet: D1, 0B and 0C. RGB value is (209,11,12). Sum of RGB (Red+Green+Blue) = 209+11+12=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10B0C is #2EF4F3. Grayscale: #464646. Windows color (decimal): -3077364 or 789457. OLE color: 789457.

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

Color convert

RGB 209 11 12 -
CMYK 0 0.95 0.94 0.18
HSL 359.7º 0.9% 0.43% -
HSV(B) 359.7º 0.95% 0.82% -
XYZ 26.48 13.82 1.62 -
YUV 70.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 209 11 12 0 0.95 0.94 0.18 359.7 0.9 0.43
Hex D1 B C 0 5F 5E 12 168 5A 2B
Octal 321 13 14 0 137 136 22 550 132 53
Binary 11010001 1011 1100 0 1011111 1011110 10010 101101000 1011010 101011

Color Harmonies of #D10B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10B0C

Black with #D10B0C

Text Example


Text Example

White with #D10B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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