Html Css Color HEX #D70119 Venetian Red

📋 copy color: '#D70119'

red 215 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #D70119

Tints of Venetian Red #D70119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 89.21%
G = 0.41%
B = 10.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D70119 (or 0xD70119) is known color: Venetian Red. HEX triplet: D7, 01 and 19. RGB value is (215,1,25). Sum of RGB (Red+Green+Blue) = 215+1+25=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D70119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70119 is #28FEE6. Grayscale: #434343. Windows color (decimal): -2686695 or 1638871. OLE color: 1638871.

HSL color Cylindrical-coordinate representation of color #D70119: hue angle of 353.27º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70119 is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 25 -
CMYK 0 1.00 0.88 0.16
HSL 353.27º 0.99% 0.42% -
HSV(B) 353.27º 1% 0.84% -
XYZ 28.21 14.54 2.24 -
YUV 67.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 215 1 25 0 1.00 0.88 0.16 353.27 0.99 0.42
Hex D7 1 19 0 64 58 10 161 63 2A
Octal 327 1 31 0 144 130 20 541 143 52
Binary 11010111 1 11001 0 1100100 1011000 10000 101100001 1100011 101010

Color Harmonies of #D70119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70119

Black with #D70119

Text Example


Text Example

White with #D70119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70119; }

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

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

background-color css

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

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

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

border-color css

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

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

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