Html Css Color HEX #D7031C Venetian Red

📋 copy color: '#D7031C'

red 215 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #D7031C

Tints of Venetian Red #D7031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 87.4%
G = 1.22%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7031C (or 0xD7031C) is known color: Venetian Red. HEX triplet: D7, 03 and 1C. RGB value is (215,3,28). Sum of RGB (Red+Green+Blue) = 215+3+28=246 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.40% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 215 - color contains mainly: red. Hex color #D7031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7031C is #28FCE3. Grayscale: #454545. Windows color (decimal): -2686180 or 1835991. OLE color: 1835991.

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

Color convert

RGB 215 3 28 -
CMYK 0 0.99 0.87 0.16
HSL 352.92º 0.97% 0.43% -
HSV(B) 352.92º 0.99% 0.84% -
XYZ 28.27 14.6 2.43 -
YUV 69.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 215 3 28 0 0.99 0.87 0.16 352.92 0.97 0.43
Hex D7 3 1C 0 63 57 10 161 61 2B
Octal 327 3 34 0 143 127 20 541 141 53
Binary 11010111 11 11100 0 1100011 1010111 10000 101100001 1100001 101011

Color Harmonies of #D7031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7031C

Black with #D7031C

Text Example


Text Example

White with #D7031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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