Html Css Color HEX #D8050B Venetian Red

📋 copy color: '#D8050B'

red 216 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #D8050B

Tints of Venetian Red #D8050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 93.1%
G = 2.16%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8050B (or 0xD8050B) is known color: Venetian Red. HEX triplet: D8, 05 and 0B. RGB value is (216,5,11). Sum of RGB (Red+Green+Blue) = 216+5+11=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D8050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8050B is #27FAF4. Grayscale: #444444. Windows color (decimal): -2620149 or 722392. OLE color: 722392.

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

Color convert

RGB 216 5 11 -
CMYK 0 0.98 0.95 0.15
HSL 358.29º 0.95% 0.43% -
HSV(B) 358.29º 0.98% 0.85% -
XYZ 28.43 14.73 1.66 -
YUV 68.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 216 5 11 0 0.98 0.95 0.15 358.29 0.95 0.43
Hex D8 5 B 0 62 5F F 166 5F 2B
Octal 330 5 13 0 142 137 17 546 137 53
Binary 11011000 101 1011 0 1100010 1011111 1111 101100110 1011111 101011

Color Harmonies of #D8050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8050B

Black with #D8050B

Text Example


Text Example

White with #D8050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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