Html Css Color HEX #D80022 Venetian Red

📋 copy color: '#D80022'

red 216 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #D80022

Tints of Venetian Red #D80022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 86.4%
G = 0%
B = 13.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80022 (or 0xD80022) is known color: Venetian Red. HEX triplet: D8, 00 and 22. RGB value is (216,0,34). Sum of RGB (Red+Green+Blue) = 216+0+34=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D80022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80022 is #27FFDD. Grayscale: #444444. Windows color (decimal): -2621406 or 2228440. OLE color: 2228440.

HSL color Cylindrical-coordinate representation of color #D80022: hue angle of 350.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80022 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 34 -
CMYK 0 1 0.84 0.15
HSL 350.56º 1% 0.42% -
HSV(B) 350.56º 1% 0.85% -
XYZ 28.61 14.71 2.85 -
YUV 68.46 108.56 233.24 -
System Red Green Blue C M Y K H S L
Decimal 216 0 34 0 1 0.84 0.15 350.56 1 0.42
Hex D8 0 22 0 64 54 F 15F 64 2A
Octal 330 0 42 0 144 124 17 537 144 52
Binary 11011000 0 100010 0 1100100 1010100 1111 101011111 1100100 101010

Color Harmonies of #D80022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80022

Black with #D80022

Text Example


Text Example

White with #D80022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80022; }

 p { color: rgb(216,0,34); }

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

background-color css

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

 a { background-color: rgb(216,0,34); }

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

border-color css

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

 span { border-color: rgb(216,0,34); }

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