Html Css Color HEX #D7031A Venetian Red

📋 copy color: '#D7031A'

red 215 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #D7031A

Tints of Venetian Red #D7031A

RGB

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

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

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

R = 88.11%
G = 1.23%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7031A (or 0xD7031A) is known color: Venetian Red. HEX triplet: D7, 03 and 1A. RGB value is (215,3,26). Sum of RGB (Red+Green+Blue) = 215+3+26=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D7031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7031A is #28FCE5. Grayscale: #454545. Windows color (decimal): -2686182 or 1704919. OLE color: 1704919.

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

Color convert

RGB 215 3 26 -
CMYK 0 0.99 0.88 0.16
HSL 353.49º 0.97% 0.43% -
HSV(B) 353.49º 0.99% 0.84% -
XYZ 28.24 14.59 2.3 -
YUV 69.01 103.74 232.13 -
System Red Green Blue C M Y K H S L
Decimal 215 3 26 0 0.99 0.88 0.16 353.49 0.97 0.43
Hex D7 3 1A 0 63 58 10 161 61 2B
Octal 327 3 32 0 143 130 20 541 141 53
Binary 11010111 11 11010 0 1100011 1011000 10000 101100001 1100001 101011

Color Harmonies of #D7031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7031A

Black with #D7031A

Text Example


Text Example

White with #D7031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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