Html Css Color HEX #D70111 Venetian Red

📋 copy color: '#D70111'

red 215 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #D70111

Tints of Venetian Red #D70111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 92.27%
G = 0.43%
B = 7.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70111 (or 0xD70111) is known color: Venetian Red. HEX triplet: D7, 01 and 11. RGB value is (215,1,17). Sum of RGB (Red+Green+Blue) = 215+1+17=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D70111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70111 is #28FEEE. Grayscale: #424242. Windows color (decimal): -2686703 or 1114583. OLE color: 1114583.

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

Color convert

RGB 215 1 17 -
CMYK 0 1.00 0.92 0.16
HSL 355.51º 0.99% 0.42% -
HSV(B) 355.51º 1% 0.84% -
XYZ 28.14 14.51 1.85 -
YUV 66.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 215 1 17 0 1.00 0.92 0.16 355.51 0.99 0.42
Hex D7 1 11 0 64 5C 10 164 63 2A
Octal 327 1 21 0 144 134 20 544 143 52
Binary 11010111 1 10001 0 1100100 1011100 10000 101100100 1100011 101010

Color Harmonies of #D70111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70111

Black with #D70111

Text Example


Text Example

White with #D70111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70111; }

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

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

background-color css

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

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

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

border-color css

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

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

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