Html Css Color HEX #D70209 Venetian Red

📋 copy color: '#D70209'

red 215 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #D70209

Tints of Venetian Red #D70209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 95.13%
G = 0.88%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D70209 (or 0xD70209) is known color: Venetian Red. HEX triplet: D7, 02 and 09. RGB value is (215,2,9). Sum of RGB (Red+Green+Blue) = 215+2+9=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D70209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70209 is #28FDF6. Grayscale: #424242. Windows color (decimal): -2686455 or 590551. OLE color: 590551.

HSL color Cylindrical-coordinate representation of color #D70209: hue angle of 358.03º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 9 -
CMYK 0 0.99 0.96 0.16
HSL 358.03º 0.98% 0.43% -
HSV(B) 358.03º 0.99% 0.84% -
XYZ 28.1 14.51 1.58 -
YUV 66.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 215 2 9 0 0.99 0.96 0.16 358.03 0.98 0.43
Hex D7 2 9 0 63 60 10 166 62 2B
Octal 327 2 11 0 143 140 20 546 142 53
Binary 11010111 10 1001 0 1100011 1100000 10000 101100110 1100010 101011

Color Harmonies of #D70209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70209

Black with #D70209

Text Example


Text Example

White with #D70209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70209; }

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

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

background-color css

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

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

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

border-color css

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

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

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