Html Css Color HEX #D10722 Venetian Red

📋 copy color: '#D10722'

red 209 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #D10722

Tints of Venetian Red #D10722

RGB

 RED value IS 209 (82.03% from 255) = 83.6%

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

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 83.6%
G = 2.8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10722 (or 0xD10722) is known color: Venetian Red. HEX triplet: D1, 07 and 22. RGB value is (209,7,34). Sum of RGB (Red+Green+Blue) = 209+7+34=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10722 is #2EF8DD. Grayscale: #464646. Windows color (decimal): -3078366 or 2230225. OLE color: 2230225.

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

Color convert

RGB 209 7 34 -
CMYK 0 0.97 0.84 0.18
HSL 351.98º 0.94% 0.42% -
HSV(B) 351.98º 0.97% 0.82% -
XYZ 26.66 13.82 2.78 -
YUV 70.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 209 7 34 0 0.97 0.84 0.18 351.98 0.94 0.42
Hex D1 7 22 0 61 54 12 160 5E 2A
Octal 321 7 42 0 141 124 22 540 136 52
Binary 11010001 111 100010 0 1100001 1010100 10010 101100000 1011110 101010

Color Harmonies of #D10722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10722

Black with #D10722

Text Example


Text Example

White with #D10722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10722; }

 p { color: rgb(209,7,34); }

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

background-color css

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

 a { background-color: rgb(209,7,34); }

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

border-color css

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

 span { border-color: rgb(209,7,34); }

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