Html Css Color HEX #D8031A Venetian Red

📋 copy color: '#D8031A'

red 216 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #D8031A

Tints of Venetian Red #D8031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 88.16%
G = 1.22%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8031A (or 0xD8031A) is known color: Venetian Red. HEX triplet: D8, 03 and 1A. RGB value is (216,3,26). Sum of RGB (Red+Green+Blue) = 216+3+26=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D8031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8031A is #27FCE5. Grayscale: #454545. Windows color (decimal): -2620646 or 1704920. OLE color: 1704920.

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

Color convert

RGB 216 3 26 -
CMYK 0 0.99 0.88 0.15
HSL 353.52º 0.97% 0.43% -
HSV(B) 353.52º 0.99% 0.85% -
XYZ 28.54 14.74 2.32 -
YUV 69.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 216 3 26 0 0.99 0.88 0.15 353.52 0.97 0.43
Hex D8 3 1A 0 63 58 F 162 61 2B
Octal 330 3 32 0 143 130 17 542 141 53
Binary 11011000 11 11010 0 1100011 1011000 1111 101100010 1100001 101011

Color Harmonies of #D8031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8031A

Black with #D8031A

Text Example


Text Example

White with #D8031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8031A; }

 p { color: rgb(216,3,26); }

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

background-color css

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

 a { background-color: rgb(216,3,26); }

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

border-color css

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

 span { border-color: rgb(216,3,26); }

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