Html Css Color HEX #D80207 Venetian Red

📋 copy color: '#D80207'

red 216 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #D80207

Tints of Venetian Red #D80207

RGB

 RED value IS 216 (84.77% from 255) = 96%

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

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 96%
G = 0.89%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80207 (or 0xD80207) is known color: Venetian Red. HEX triplet: D8, 02 and 07. RGB value is (216,2,7). Sum of RGB (Red+Green+Blue) = 216+2+7=225 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 216 - color contains mainly: red. Hex color #D80207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80207 is #27FDF8. Grayscale: #424242. Windows color (decimal): -2620921 or 459480. OLE color: 459480.

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

Color convert

RGB 216 2 7 -
CMYK 0 0.99 0.97 0.15
HSL 358.6º 0.98% 0.43% -
HSV(B) 358.6º 0.99% 0.85% -
XYZ 28.38 14.66 1.53 -
YUV 66.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 216 2 7 0 0.99 0.97 0.15 358.6 0.98 0.43
Hex D8 2 7 0 63 61 F 167 62 2B
Octal 330 2 7 0 143 141 17 547 142 53
Binary 11011000 10 111 0 1100011 1100001 1111 101100111 1100010 101011

Color Harmonies of #D80207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80207

Black with #D80207

Text Example


Text Example

White with #D80207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80207; }

 p { color: rgb(216,2,7); }

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

background-color css

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

 a { background-color: rgb(216,2,7); }

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

border-color css

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

 span { border-color: rgb(216,2,7); }

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