Html Css Color HEX #D80F10 Venetian Red

📋 copy color: '#D80F10'

red 216 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #D80F10

Tints of Venetian Red #D80F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 87.45%
G = 6.07%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80F10 (or 0xD80F10) is known color: Venetian Red. HEX triplet: D8, 0F and 10. RGB value is (216,15,16). Sum of RGB (Red+Green+Blue) = 216+15+16=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80F10 is #27F0EF. Grayscale: #4B4B4B. Windows color (decimal): -2617584 or 1052632. OLE color: 1052632.

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

Color convert

RGB 216 15 16 -
CMYK 0 0.93 0.93 0.15
HSL 359.7º 0.87% 0.45% -
HSV(B) 359.7º 0.93% 0.85% -
XYZ 28.58 14.98 1.87 -
YUV 75.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 216 15 16 0 0.93 0.93 0.15 359.7 0.87 0.45
Hex D8 F 10 0 5D 5D F 168 57 2D
Octal 330 17 20 0 135 135 17 550 127 55
Binary 11011000 1111 10000 0 1011101 1011101 1111 101101000 1010111 101101

Color Harmonies of #D80F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F10

Black with #D80F10

Text Example


Text Example

White with #D80F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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