Html Css Color HEX #D7031F Venetian Red

📋 copy color: '#D7031F'

red 215 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #D7031F

Tints of Venetian Red #D7031F

RGB

 RED value IS 215 (84.38% from 255) = 86.35%

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

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

R = 86.35%
G = 1.2%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7031F (or 0xD7031F) is known color: Venetian Red. HEX triplet: D7, 03 and 1F. RGB value is (215,3,31). Sum of RGB (Red+Green+Blue) = 215+3+31=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D7031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7031F is #28FCE0. Grayscale: #454545. Windows color (decimal): -2686177 or 2032599. OLE color: 2032599.

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

Color convert

RGB 215 3 31 -
CMYK 0 0.99 0.86 0.16
HSL 352.08º 0.97% 0.43% -
HSV(B) 352.08º 0.99% 0.84% -
XYZ 28.3 14.61 2.62 -
YUV 69.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 215 3 31 0 0.99 0.86 0.16 352.08 0.97 0.43
Hex D7 3 1F 0 63 56 10 160 61 2B
Octal 327 3 37 0 143 126 20 540 141 53
Binary 11010111 11 11111 0 1100011 1010110 10000 101100000 1100001 101011

Color Harmonies of #D7031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7031F

Black with #D7031F

Text Example


Text Example

White with #D7031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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