Html Css Color HEX #D80118 Venetian Red

📋 copy color: '#D80118'

red 216 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #D80118

Tints of Venetian Red #D80118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 89.63%
G = 0.41%
B = 9.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D80118 (or 0xD80118) is known color: Venetian Red. HEX triplet: D8, 01 and 18. RGB value is (216,1,24). Sum of RGB (Red+Green+Blue) = 216+1+24=241 (31% of max value = 765). Red value is 216 (84.77% from 255 or 89.63% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 216 - color contains mainly: red. Hex color #D80118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80118 is #27FEE7. Grayscale: #444444. Windows color (decimal): -2621160 or 1573336. OLE color: 1573336.

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

Color convert

RGB 216 1 24 -
CMYK 0 1.00 0.89 0.15
HSL 353.58º 0.99% 0.43% -
HSV(B) 353.58º 1% 0.85% -
XYZ 28.49 14.69 2.2 -
YUV 67.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 216 1 24 0 1.00 0.89 0.15 353.58 0.99 0.43
Hex D8 1 18 0 64 59 F 162 63 2B
Octal 330 1 30 0 144 131 17 542 143 53
Binary 11011000 1 11000 0 1100100 1011001 1111 101100010 1100011 101011

Color Harmonies of #D80118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80118

Black with #D80118

Text Example


Text Example

White with #D80118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80118; }

 p { color: rgb(216,1,24); }

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

background-color css

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

 a { background-color: rgb(216,1,24); }

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

border-color css

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

 span { border-color: rgb(216,1,24); }

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