Html Css Color HEX #D80024 Venetian Red

📋 copy color: '#D80024'

red 216 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D80024

Tints of Venetian Red #D80024

RGB

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

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

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

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80024 (or 0xD80024) is known color: Venetian Red. HEX triplet: D8, 00 and 24. RGB value is (216,0,36). Sum of RGB (Red+Green+Blue) = 216+0+36=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D80024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80024 is #27FFDB. Grayscale: #444444. Windows color (decimal): -2621404 or 2359512. OLE color: 2359512.

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

Color convert

RGB 216 0 36 -
CMYK 0 1 0.83 0.15
HSL 350º 1% 0.42% -
HSV(B) 350º 1% 0.85% -
XYZ 28.64 14.73 3 -
YUV 68.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 216 0 36 0 1 0.83 0.15 350 1 0.42
Hex D8 0 24 0 64 53 F 15E 64 2A
Octal 330 0 44 0 144 123 17 536 144 52
Binary 11011000 0 100100 0 1100100 1010011 1111 101011110 1100100 101010

Color Harmonies of #D80024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80024

Black with #D80024

Text Example


Text Example

White with #D80024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80024; }

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

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

background-color css

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

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

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

border-color css

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

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

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