Html Css Color HEX #D80023 Venetian Red

📋 copy color: '#D80023'

red 216 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D80023

Tints of Venetian Red #D80023

RGB

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

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

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

R = 86.06%
G = 0%
B = 13.94%

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

#D80023 (or 0xD80023) is known color: Venetian Red. HEX triplet: D8, 00 and 23. RGB value is (216,0,35). Sum of RGB (Red+Green+Blue) = 216+0+35=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D80023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80023 is #27FFDC. Grayscale: #444444. Windows color (decimal): -2621405 or 2293976. OLE color: 2293976.

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

Color convert

RGB 216 0 35 -
CMYK 0 1 0.84 0.15
HSL 350.28º 1% 0.42% -
HSV(B) 350.28º 1% 0.85% -
XYZ 28.62 14.72 2.92 -
YUV 68.57 109.06 233.15 -
System Red Green Blue C M Y K H S L
Decimal 216 0 35 0 1 0.84 0.15 350.28 1 0.42
Hex D8 0 23 0 64 54 F 15E 64 2A
Octal 330 0 43 0 144 124 17 536 144 52
Binary 11011000 0 100011 0 1100100 1010100 1111 101011110 1100100 101010

Color Harmonies of #D80023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80023

Black with #D80023

Text Example


Text Example

White with #D80023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80023; }

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

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

background-color css

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

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

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

border-color css

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

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

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