Html Css Color HEX #D70110 Venetian Red

📋 copy color: '#D70110'

red 215 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #D70110

Tints of Venetian Red #D70110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 92.67%
G = 0.43%
B = 6.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D70110 (or 0xD70110) is known color: Venetian Red. HEX triplet: D7, 01 and 10. RGB value is (215,1,16). Sum of RGB (Red+Green+Blue) = 215+1+16=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70110 is #28FEEF. Grayscale: #424242. Windows color (decimal): -2686704 or 1049047. OLE color: 1049047.

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

Color convert

RGB 215 1 16 -
CMYK 0 1.00 0.93 0.16
HSL 355.79º 0.99% 0.42% -
HSV(B) 355.79º 1% 0.84% -
XYZ 28.13 14.51 1.81 -
YUV 66.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 215 1 16 0 1.00 0.93 0.16 355.79 0.99 0.42
Hex D7 1 10 0 64 5D 10 164 63 2A
Octal 327 1 20 0 144 135 20 544 143 52
Binary 11010111 1 10000 0 1100100 1011101 10000 101100100 1100011 101010

Color Harmonies of #D70110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70110

Black with #D70110

Text Example


Text Example

White with #D70110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70110; }

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

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

background-color css

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

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

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

border-color css

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

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

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