Html Css Color HEX #D70011 Venetian Red

📋 copy color: '#D70011'

red 215 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #D70011

Tints of Venetian Red #D70011

RGB

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

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

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

R = 92.67%
G = 0%
B = 7.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70011 (or 0xD70011) is known color: Venetian Red. HEX triplet: D7, 00 and 11. RGB value is (215,0,17). Sum of RGB (Red+Green+Blue) = 215+0+17=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70011 is #28FFEE. Grayscale: #424242. Windows color (decimal): -2686959 or 1114327. OLE color: 1114327.

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

Color convert

RGB 215 0 17 -
CMYK 0 1 0.92 0.16
HSL 355.26º 1% 0.42% -
HSV(B) 355.26º 1% 0.84% -
XYZ 28.13 14.49 1.84 -
YUV 66.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 215 0 17 0 1 0.92 0.16 355.26 1 0.42
Hex D7 0 11 0 64 5C 10 163 64 2A
Octal 327 0 21 0 144 134 20 543 144 52
Binary 11010111 0 10001 0 1100100 1011100 10000 101100011 1100100 101010

Color Harmonies of #D70011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70011

Black with #D70011

Text Example


Text Example

White with #D70011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70011; }

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

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

background-color css

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

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

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

border-color css

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

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

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