Html Css Color HEX #D3010B Venetian Red

📋 copy color: '#D3010B'

red 211 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #D3010B

Tints of Venetian Red #D3010B

RGB

 RED value IS 211 (82.81% from 255) = 94.62%

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

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

R = 94.62%
G = 0.45%
B = 4.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3010B (or 0xD3010B) is known color: Venetian Red. HEX triplet: D3, 01 and 0B. RGB value is (211,1,11). Sum of RGB (Red+Green+Blue) = 211+1+11=223 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.62% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 211 - color contains mainly: red. Hex color #D3010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3010B is #2CFEF4. Grayscale: #414141. Windows color (decimal): -2948853 or 721363. OLE color: 721363.

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

Color convert

RGB 211 1 11 -
CMYK 0 1.00 0.95 0.17
HSL 357.14º 0.99% 0.42% -
HSV(B) 357.14º 1% 0.83% -
XYZ 26.94 13.89 1.58 -
YUV 64.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 211 1 11 0 1.00 0.95 0.17 357.14 0.99 0.42
Hex D3 1 B 0 64 5F 11 165 63 2A
Octal 323 1 13 0 144 137 21 545 143 52
Binary 11010011 1 1011 0 1100100 1011111 10001 101100101 1100011 101010

Color Harmonies of #D3010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3010B

Black with #D3010B

Text Example


Text Example

White with #D3010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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