Html Css Color HEX #D1010B Venetian Red

📋 copy color: '#D1010B'

red 209 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #D1010B

Tints of Venetian Red #D1010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 94.57%
G = 0.45%
B = 4.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1010B (or 0xD1010B) is known color: Venetian Red. HEX triplet: D1, 01 and 0B. RGB value is (209,1,11). Sum of RGB (Red+Green+Blue) = 209+1+11=221 (29% of max value = 765). Red value is 209 (82.03% from 255 or 94.57% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 209 - color contains mainly: red. Hex color #D1010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1010B is #2EFEF4. Grayscale: #404040. Windows color (decimal): -3079925 or 721361. OLE color: 721361.

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

Color convert

RGB 209 1 11 -
CMYK 0 1.00 0.95 0.18
HSL 357.12º 0.99% 0.41% -
HSV(B) 357.12º 1% 0.82% -
XYZ 26.37 13.6 1.55 -
YUV 64.33 97.91 231.19 -
System Red Green Blue C M Y K H S L
Decimal 209 1 11 0 1.00 0.95 0.18 357.12 0.99 0.41
Hex D1 1 B 0 64 5F 12 165 63 29
Octal 321 1 13 0 144 137 22 545 143 51
Binary 11010001 1 1011 0 1100100 1011111 10010 101100101 1100011 101001

Color Harmonies of #D1010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1010B

Black with #D1010B

Text Example


Text Example

White with #D1010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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