Html Css Color HEX #D70009 Venetian Red

📋 copy color: '#D70009'

red 215 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #D70009

Tints of Venetian Red #D70009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.02%

R = 95.98%
G = 0%
B = 4.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D70009 (or 0xD70009) is known color: Venetian Red. HEX triplet: D7, 00 and 09. RGB value is (215,0,9). Sum of RGB (Red+Green+Blue) = 215+0+9=224 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.98% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 215 - color contains mainly: red. Hex color #D70009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70009 is #28FFF6. Grayscale: #414141. Windows color (decimal): -2686967 or 590039. OLE color: 590039.

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

Color convert

RGB 215 0 9 -
CMYK 0 1 0.96 0.16
HSL 357.49º 1% 0.42% -
HSV(B) 357.49º 1% 0.84% -
XYZ 28.07 14.47 1.57 -
YUV 65.31 96.23 234.77 -
System Red Green Blue C M Y K H S L
Decimal 215 0 9 0 1 0.96 0.16 357.49 1 0.42
Hex D7 0 9 0 64 60 10 165 64 2A
Octal 327 0 11 0 144 140 20 545 144 52
Binary 11010111 0 1001 0 1100100 1100000 10000 101100101 1100100 101010

Color Harmonies of #D70009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70009

Black with #D70009

Text Example


Text Example

White with #D70009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70009; }

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

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

background-color css

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

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

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

border-color css

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

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

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