Html Css Color HEX #D80F12 Venetian Red

📋 copy color: '#D80F12'

red 216 ◦ green 15 ◦ blue 18

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

Shades of Venetian Red #D80F12

Tints of Venetian Red #D80F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 86.75%
G = 6.02%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80F12 (or 0xD80F12) is known color: Venetian Red. HEX triplet: D8, 0F and 12. RGB value is (216,15,18). Sum of RGB (Red+Green+Blue) = 216+15+18=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80F12 is #27F0ED. Grayscale: #4B4B4B. Windows color (decimal): -2617582 or 1183704. OLE color: 1183704.

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

Color convert

RGB 216 15 18 -
CMYK 0 0.93 0.92 0.15
HSL 359.1º 0.87% 0.45% -
HSV(B) 359.1º 0.93% 0.85% -
XYZ 28.6 14.98 1.96 -
YUV 75.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 216 15 18 0 0.93 0.92 0.15 359.1 0.87 0.45
Hex D8 F 12 0 5D 5C F 167 57 2D
Octal 330 17 22 0 135 134 17 547 127 55
Binary 11011000 1111 10010 0 1011101 1011100 1111 101100111 1010111 101101

Color Harmonies of #D80F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F12

Black with #D80F12

Text Example


Text Example

White with #D80F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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