Html Css Color HEX #D70109 Venetian Red

📋 copy color: '#D70109'

red 215 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #D70109

Tints of Venetian Red #D70109

RGB

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

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

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

R = 95.56%
G = 0.44%
B = 4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D70109 (or 0xD70109) is known color: Venetian Red. HEX triplet: D7, 01 and 09. RGB value is (215,1,9). Sum of RGB (Red+Green+Blue) = 215+1+9=225 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 215 - color contains mainly: red. Hex color #D70109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70109 is #28FEF6. Grayscale: #424242. Windows color (decimal): -2686711 or 590295. OLE color: 590295.

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

Color convert

RGB 215 1 9 -
CMYK 0 1.00 0.96 0.16
HSL 357.76º 0.99% 0.42% -
HSV(B) 357.76º 1% 0.84% -
XYZ 28.08 14.49 1.57 -
YUV 65.9 95.9 234.35 -
System Red Green Blue C M Y K H S L
Decimal 215 1 9 0 1.00 0.96 0.16 357.76 0.99 0.42
Hex D7 1 9 0 64 60 10 166 63 2A
Octal 327 1 11 0 144 140 20 546 143 52
Binary 11010111 1 1001 0 1100100 1100000 10000 101100110 1100011 101010

Color Harmonies of #D70109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70109

Black with #D70109

Text Example


Text Example

White with #D70109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70109; }

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

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

background-color css

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

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

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

border-color css

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

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

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