Html Css Color HEX #D7051F Venetian Red

📋 copy color: '#D7051F'

red 215 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #D7051F

Tints of Venetian Red #D7051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

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

R = 85.66%
G = 1.99%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7051F (or 0xD7051F) is known color: Venetian Red. HEX triplet: D7, 05 and 1F. RGB value is (215,5,31). Sum of RGB (Red+Green+Blue) = 215+5+31=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D7051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7051F is #28FAE0. Grayscale: #464646. Windows color (decimal): -2685665 or 2033111. OLE color: 2033111.

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

Color convert

RGB 215 5 31 -
CMYK 0 0.98 0.86 0.16
HSL 352.57º 0.95% 0.43% -
HSV(B) 352.57º 0.98% 0.84% -
XYZ 28.33 14.65 2.63 -
YUV 70.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 215 5 31 0 0.98 0.86 0.16 352.57 0.95 0.43
Hex D7 5 1F 0 62 56 10 161 5F 2B
Octal 327 5 37 0 142 126 20 541 137 53
Binary 11010111 101 11111 0 1100010 1010110 10000 101100001 1011111 101011

Color Harmonies of #D7051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7051F

Black with #D7051F

Text Example


Text Example

White with #D7051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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