Html Css Color HEX #D70118 Venetian Red

📋 copy color: '#D70118'

red 215 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #D70118

Tints of Venetian Red #D70118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 89.58%
G = 0.42%
B = 10%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D70118 (or 0xD70118) is known color: Venetian Red. HEX triplet: D7, 01 and 18. RGB value is (215,1,24). Sum of RGB (Red+Green+Blue) = 215+1+24=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70118 is #28FEE7. Grayscale: #434343. Windows color (decimal): -2686696 or 1573335. OLE color: 1573335.

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

Color convert

RGB 215 1 24 -
CMYK 0 1.00 0.89 0.16
HSL 353.55º 0.99% 0.42% -
HSV(B) 353.55º 1% 0.84% -
XYZ 28.2 14.53 2.18 -
YUV 67.61 103.4 233.13 -
System Red Green Blue C M Y K H S L
Decimal 215 1 24 0 1.00 0.89 0.16 353.55 0.99 0.42
Hex D7 1 18 0 64 59 10 162 63 2A
Octal 327 1 30 0 144 131 20 542 143 52
Binary 11010111 1 11000 0 1100100 1011001 10000 101100010 1100011 101010

Color Harmonies of #D70118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70118

Black with #D70118

Text Example


Text Example

White with #D70118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70118; }

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

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

background-color css

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

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

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

border-color css

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

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

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