Html Css Color HEX #D80124 Venetian Red

📋 copy color: '#D80124'

red 216 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #D80124

Tints of Venetian Red #D80124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 85.38%
G = 0.4%
B = 14.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80124 (or 0xD80124) is known color: Venetian Red. HEX triplet: D8, 01 and 24. RGB value is (216,1,36). Sum of RGB (Red+Green+Blue) = 216+1+36=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D80124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80124 is #27FEDB. Grayscale: #454545. Windows color (decimal): -2621148 or 2359768. OLE color: 2359768.

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

Color convert

RGB 216 1 36 -
CMYK 0 1.00 0.83 0.15
HSL 350.23º 0.99% 0.43% -
HSV(B) 350.23º 1% 0.85% -
XYZ 28.65 14.75 3.01 -
YUV 69.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 216 1 36 0 1.00 0.83 0.15 350.23 0.99 0.43
Hex D8 1 24 0 64 53 F 15E 63 2B
Octal 330 1 44 0 144 123 17 536 143 53
Binary 11011000 1 100100 0 1100100 1010011 1111 101011110 1100011 101011

Color Harmonies of #D80124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80124

Black with #D80124

Text Example


Text Example

White with #D80124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80124; }

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

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

background-color css

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

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

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

border-color css

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

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

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