Html Css Color HEX #D70211 Venetian Red

📋 copy color: '#D70211'

red 215 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #D70211

Tints of Venetian Red #D70211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 91.88%
G = 0.85%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70211 (or 0xD70211) is known color: Venetian Red. HEX triplet: D7, 02 and 11. RGB value is (215,2,17). Sum of RGB (Red+Green+Blue) = 215+2+17=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D70211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70211 is #28FDEE. Grayscale: #434343. Windows color (decimal): -2686447 or 1114839. OLE color: 1114839.

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

Color convert

RGB 215 2 17 -
CMYK 0 0.99 0.92 0.16
HSL 355.77º 0.98% 0.43% -
HSV(B) 355.77º 0.99% 0.84% -
XYZ 28.15 14.53 1.85 -
YUV 67.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 215 2 17 0 0.99 0.92 0.16 355.77 0.98 0.43
Hex D7 2 11 0 63 5C 10 164 62 2B
Octal 327 2 21 0 143 134 20 544 142 53
Binary 11010111 10 10001 0 1100011 1011100 10000 101100100 1100010 101011

Color Harmonies of #D70211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70211

Black with #D70211

Text Example


Text Example

White with #D70211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70211; }

 p { color: rgb(215,2,17); }

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

background-color css

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

 a { background-color: rgb(215,2,17); }

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

border-color css

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

 span { border-color: rgb(215,2,17); }

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