Html Css Color HEX #D80C0F Venetian Red

📋 copy color: '#D80C0F'

red 216 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #D80C0F

Tints of Venetian Red #D80C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 88.89%
G = 4.94%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80C0F (or 0xD80C0F) is known color: Venetian Red. HEX triplet: D8, 0C and 0F. RGB value is (216,12,15). Sum of RGB (Red+Green+Blue) = 216+12+15=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C0F is #27F3F0. Grayscale: #494949. Windows color (decimal): -2618353 or 986328. OLE color: 986328.

HSL color Cylindrical-coordinate representation of color #D80C0F: hue angle of 359.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 15 -
CMYK 0 0.94 0.93 0.15
HSL 359.12º 0.89% 0.45% -
HSV(B) 359.12º 0.94% 0.85% -
XYZ 28.54 14.9 1.82 -
YUV 73.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 216 12 15 0 0.94 0.93 0.15 359.12 0.89 0.45
Hex D8 C F 0 5E 5D F 167 59 2D
Octal 330 14 17 0 136 135 17 547 131 55
Binary 11011000 1100 1111 0 1011110 1011101 1111 101100111 1011001 101101

Color Harmonies of #D80C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C0F

Black with #D80C0F

Text Example


Text Example

White with #D80C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C0F; }

 p { color: rgb(216,12,15); }

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

background-color css

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

 a { background-color: rgb(216,12,15); }

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

border-color css

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

 span { border-color: rgb(216,12,15); }

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