Html Css Color HEX #D80323 Venetian Red

📋 copy color: '#D80323'

red 216 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D80323

Tints of Venetian Red #D80323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 85.04%
G = 1.18%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80323 (or 0xD80323) is known color: Venetian Red. HEX triplet: D8, 03 and 23. RGB value is (216,3,35). Sum of RGB (Red+Green+Blue) = 216+3+35=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D80323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80323 is #27FCDC. Grayscale: #464646. Windows color (decimal): -2620637 or 2294744. OLE color: 2294744.

HSL color Cylindrical-coordinate representation of color #D80323: hue angle of 350.99º degrees, saturation: 0.97, 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 #D80323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 35 -
CMYK 0 0.99 0.84 0.15
HSL 350.99º 0.97% 0.43% -
HSV(B) 350.99º 0.99% 0.85% -
XYZ 28.65 14.79 2.93 -
YUV 70.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 216 3 35 0 0.99 0.84 0.15 350.99 0.97 0.43
Hex D8 3 23 0 63 54 F 15F 61 2B
Octal 330 3 43 0 143 124 17 537 141 53
Binary 11011000 11 100011 0 1100011 1010100 1111 101011111 1100001 101011

Color Harmonies of #D80323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80323

Black with #D80323

Text Example


Text Example

White with #D80323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80323; }

 p { color: rgb(216,3,35); }

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

background-color css

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

 a { background-color: rgb(216,3,35); }

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

border-color css

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

 span { border-color: rgb(216,3,35); }

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