Html Css Color HEX #D70215 Venetian Red

📋 copy color: '#D70215'

red 215 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #D70215

Tints of Venetian Red #D70215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 90.34%
G = 0.84%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D70215 (or 0xD70215) is known color: Venetian Red. HEX triplet: D7, 02 and 15. RGB value is (215,2,21). Sum of RGB (Red+Green+Blue) = 215+2+21=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D70215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70215 is #28FDEA. Grayscale: #434343. Windows color (decimal): -2686443 or 1376983. OLE color: 1376983.

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

Color convert

RGB 215 2 21 -
CMYK 0 0.99 0.90 0.16
HSL 354.65º 0.98% 0.43% -
HSV(B) 354.65º 0.99% 0.84% -
XYZ 28.18 14.54 2.03 -
YUV 67.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 215 2 21 0 0.99 0.90 0.16 354.65 0.98 0.43
Hex D7 2 15 0 63 5A 10 163 62 2B
Octal 327 2 25 0 143 132 20 543 142 53
Binary 11010111 10 10101 0 1100011 1011010 10000 101100011 1100010 101011

Color Harmonies of #D70215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70215

Black with #D70215

Text Example


Text Example

White with #D70215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70215; }

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

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

background-color css

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

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

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

border-color css

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

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

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