Html Css Color HEX #D70219 Venetian Red

📋 copy color: '#D70219'

red 215 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #D70219

Tints of Venetian Red #D70219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 88.84%
G = 0.83%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D70219 (or 0xD70219) is known color: Venetian Red. HEX triplet: D7, 02 and 19. RGB value is (215,2,25). Sum of RGB (Red+Green+Blue) = 215+2+25=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70219 is #28FDE6. Grayscale: #444444. Windows color (decimal): -2686439 or 1639127. OLE color: 1639127.

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

Color convert

RGB 215 2 25 -
CMYK 0 0.99 0.88 0.16
HSL 353.52º 0.98% 0.43% -
HSV(B) 353.52º 0.99% 0.84% -
XYZ 28.22 14.56 2.24 -
YUV 68.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 215 2 25 0 0.99 0.88 0.16 353.52 0.98 0.43
Hex D7 2 19 0 63 58 10 162 62 2B
Octal 327 2 31 0 143 130 20 542 142 53
Binary 11010111 10 11001 0 1100011 1011000 10000 101100010 1100010 101011

Color Harmonies of #D70219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70219

Black with #D70219

Text Example


Text Example

White with #D70219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70219; }

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

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

background-color css

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

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

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

border-color css

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

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

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