Html Css Color HEX #D8031F Venetian Red

📋 copy color: '#D8031F'

red 216 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #D8031F

Tints of Venetian Red #D8031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 86.4%
G = 1.2%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8031F (or 0xD8031F) is known color: Venetian Red. HEX triplet: D8, 03 and 1F. RGB value is (216,3,31). Sum of RGB (Red+Green+Blue) = 216+3+31=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D8031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8031F is #27FCE0. Grayscale: #454545. Windows color (decimal): -2620641 or 2032600. OLE color: 2032600.

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

Color convert

RGB 216 3 31 -
CMYK 0 0.99 0.86 0.15
HSL 352.11º 0.97% 0.43% -
HSV(B) 352.11º 0.99% 0.85% -
XYZ 28.6 14.76 2.64 -
YUV 69.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 216 3 31 0 0.99 0.86 0.15 352.11 0.97 0.43
Hex D8 3 1F 0 63 56 F 160 61 2B
Octal 330 3 37 0 143 126 17 540 141 53
Binary 11011000 11 11111 0 1100011 1010110 1111 101100000 1100001 101011

Color Harmonies of #D8031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8031F

Black with #D8031F

Text Example


Text Example

White with #D8031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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