Html Css Color HEX #D70016 Venetian Red

📋 copy color: '#D70016'

red 215 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #D70016

Tints of Venetian Red #D70016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 90.72%
G = 0%
B = 9.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D70016 (or 0xD70016) is known color: Venetian Red. HEX triplet: D7, 00 and 16. RGB value is (215,0,22). Sum of RGB (Red+Green+Blue) = 215+0+22=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70016 is #28FFE9. Grayscale: #424242. Windows color (decimal): -2686954 or 1442007. OLE color: 1442007.

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

Color convert

RGB 215 0 22 -
CMYK 0 1 0.90 0.16
HSL 353.86º 1% 0.42% -
HSV(B) 353.86º 1% 0.84% -
XYZ 28.17 14.51 2.07 -
YUV 66.79 102.73 233.71 -
System Red Green Blue C M Y K H S L
Decimal 215 0 22 0 1 0.90 0.16 353.86 1 0.42
Hex D7 0 16 0 64 5A 10 162 64 2A
Octal 327 0 26 0 144 132 20 542 144 52
Binary 11010111 0 10110 0 1100100 1011010 10000 101100010 1100100 101010

Color Harmonies of #D70016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70016

Black with #D70016

Text Example


Text Example

White with #D70016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70016; }

 p { color: rgb(215,0,22); }

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

background-color css

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

 a { background-color: rgb(215,0,22); }

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

border-color css

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

 span { border-color: rgb(215,0,22); }

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