Html Css Color HEX #D8050F Venetian Red

📋 copy color: '#D8050F'

red 216 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #D8050F

Tints of Venetian Red #D8050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 91.53%
G = 2.12%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8050F (or 0xD8050F) is known color: Venetian Red. HEX triplet: D8, 05 and 0F. RGB value is (216,5,15). Sum of RGB (Red+Green+Blue) = 216+5+15=236 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.53% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 216 - color contains mainly: red. Hex color #D8050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8050F is #27FAF0. Grayscale: #454545. Windows color (decimal): -2620145 or 984536. OLE color: 984536.

HSL color Cylindrical-coordinate representation of color #D8050F: hue angle of 357.16º 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 #D8050F is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 5 15 -
CMYK 0 0.98 0.93 0.15
HSL 357.16º 0.95% 0.43% -
HSV(B) 357.16º 0.98% 0.85% -
XYZ 28.46 14.74 1.8 -
YUV 69.23 97.4 232.69 -
System Red Green Blue C M Y K H S L
Decimal 216 5 15 0 0.98 0.93 0.15 357.16 0.95 0.43
Hex D8 5 F 0 62 5D F 165 5F 2B
Octal 330 5 17 0 142 135 17 545 137 53
Binary 11011000 101 1111 0 1100010 1011101 1111 101100101 1011111 101011

Color Harmonies of #D8050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8050F

Black with #D8050F

Text Example


Text Example

White with #D8050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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