Html Css Color HEX #D80025 Venetian Red

📋 copy color: '#D80025'

red 216 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #D80025

Tints of Venetian Red #D80025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 85.38%
G = 0%
B = 14.62%

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

#D80025 (or 0xD80025) is known color: Venetian Red. HEX triplet: D8, 00 and 25. RGB value is (216,0,37). Sum of RGB (Red+Green+Blue) = 216+0+37=253 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.38% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 216 - color contains mainly: red. Hex color #D80025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80025 is #27FFDA. Grayscale: #444444. Windows color (decimal): -2621403 or 2425048. OLE color: 2425048.

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

Color convert

RGB 216 0 37 -
CMYK 0 1 0.83 0.15
HSL 349.72º 1% 0.42% -
HSV(B) 349.72º 1% 0.85% -
XYZ 28.65 14.73 3.08 -
YUV 68.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 216 0 37 0 1 0.83 0.15 349.72 1 0.42
Hex D8 0 25 0 64 53 F 15E 64 2A
Octal 330 0 45 0 144 123 17 536 144 52
Binary 11011000 0 100101 0 1100100 1010011 1111 101011110 1100100 101010

Color Harmonies of #D80025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80025

Black with #D80025

Text Example


Text Example

White with #D80025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80025; }

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

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

background-color css

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

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

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

border-color css

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

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

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