Html Css Color HEX #D8050D Venetian Red

📋 copy color: '#D8050D'

red 216 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #D8050D

Tints of Venetian Red #D8050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 92.31%
G = 2.14%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8050D (or 0xD8050D) is known color: Venetian Red. HEX triplet: D8, 05 and 0D. RGB value is (216,5,13). Sum of RGB (Red+Green+Blue) = 216+5+13=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D8050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8050D is #27FAF2. Grayscale: #454545. Windows color (decimal): -2620147 or 853464. OLE color: 853464.

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

Color convert

RGB 216 5 13 -
CMYK 0 0.98 0.94 0.15
HSL 357.73º 0.95% 0.43% -
HSV(B) 357.73º 0.98% 0.85% -
XYZ 28.45 14.74 1.73 -
YUV 69 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 216 5 13 0 0.98 0.94 0.15 357.73 0.95 0.43
Hex D8 5 D 0 62 5E F 166 5F 2B
Octal 330 5 15 0 142 136 17 546 137 53
Binary 11011000 101 1101 0 1100010 1011110 1111 101100110 1011111 101011

Color Harmonies of #D8050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8050D

Black with #D8050D

Text Example


Text Example

White with #D8050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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