Html Css Color HEX #D2071F Venetian Red

📋 copy color: '#D2071F'

red 210 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #D2071F

Tints of Venetian Red #D2071F

RGB

 RED value IS 210 (82.42% from 255) = 84.68%

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 84.68%
G = 2.82%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2071F (or 0xD2071F) is known color: Venetian Red. HEX triplet: D2, 07 and 1F. RGB value is (210,7,31). Sum of RGB (Red+Green+Blue) = 210+7+31=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D2071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2071F is #2DF8E0. Grayscale: #464646. Windows color (decimal): -3012833 or 2033618. OLE color: 2033618.

HSL color Cylindrical-coordinate representation of color #D2071F: hue angle of 352.91º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2071F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 7 31 -
CMYK 0 0.97 0.85 0.18
HSL 352.91º 0.94% 0.43% -
HSV(B) 352.91º 0.97% 0.82% -
XYZ 26.9 13.95 2.57 -
YUV 70.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 210 7 31 0 0.97 0.85 0.18 352.91 0.94 0.43
Hex D2 7 1F 0 61 55 12 161 5E 2B
Octal 322 7 37 0 141 125 22 541 136 53
Binary 11010010 111 11111 0 1100001 1010101 10010 101100001 1011110 101011

Color Harmonies of #D2071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2071F

Black with #D2071F

Text Example


Text Example

White with #D2071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2071F; }

 p { color: rgb(210,7,31); }

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

background-color css

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

 a { background-color: rgb(210,7,31); }

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

border-color css

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

 span { border-color: rgb(210,7,31); }

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