Html Css Color HEX #D70210 Venetian Red

📋 copy color: '#D70210'

red 215 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D70210

Tints of Venetian Red #D70210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 92.27%
G = 0.86%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D70210 (or 0xD70210) is known color: Venetian Red. HEX triplet: D7, 02 and 10. RGB value is (215,2,16). Sum of RGB (Red+Green+Blue) = 215+2+16=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D70210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70210 is #28FDEF. Grayscale: #434343. Windows color (decimal): -2686448 or 1049303. OLE color: 1049303.

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

Color convert

RGB 215 2 16 -
CMYK 0 0.99 0.93 0.16
HSL 356.06º 0.98% 0.43% -
HSV(B) 356.06º 0.99% 0.84% -
XYZ 28.14 14.53 1.81 -
YUV 67.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 215 2 16 0 0.99 0.93 0.16 356.06 0.98 0.43
Hex D7 2 10 0 63 5D 10 164 62 2B
Octal 327 2 20 0 143 135 20 544 142 53
Binary 11010111 10 10000 0 1100011 1011101 10000 101100100 1100010 101011

Color Harmonies of #D70210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70210

Black with #D70210

Text Example


Text Example

White with #D70210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70210; }

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

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

background-color css

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

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

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

border-color css

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

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

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