Html Css Color HEX #D8010B Venetian Red

📋 copy color: '#D8010B'

red 216 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #D8010B

Tints of Venetian Red #D8010B

RGB

 RED value IS 216 (84.77% from 255) = 94.74%

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

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

R = 94.74%
G = 0.44%
B = 4.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8010B (or 0xD8010B) is known color: Venetian Red. HEX triplet: D8, 01 and 0B. RGB value is (216,1,11). Sum of RGB (Red+Green+Blue) = 216+1+11=228 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.74% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 216 - color contains mainly: red. Hex color #D8010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8010B is #27FEF4. Grayscale: #424242. Windows color (decimal): -2621173 or 721368. OLE color: 721368.

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

Color convert

RGB 216 1 11 -
CMYK 0 1.00 0.95 0.15
HSL 357.21º 0.99% 0.43% -
HSV(B) 357.21º 1% 0.85% -
XYZ 28.39 14.64 1.65 -
YUV 66.43 96.73 234.69 -
System Red Green Blue C M Y K H S L
Decimal 216 1 11 0 1.00 0.95 0.15 357.21 0.99 0.43
Hex D8 1 B 0 64 5F F 165 63 2B
Octal 330 1 13 0 144 137 17 545 143 53
Binary 11011000 1 1011 0 1100100 1011111 1111 101100101 1100011 101011

Color Harmonies of #D8010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8010B

Black with #D8010B

Text Example


Text Example

White with #D8010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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