Html Css Color HEX #D1080F Venetian Red

📋 copy color: '#D1080F'

red 209 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #D1080F

Tints of Venetian Red #D1080F

RGB

 RED value IS 209 (82.03% from 255) = 90.09%

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 90.09%
G = 3.45%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1080F (or 0xD1080F) is known color: Venetian Red. HEX triplet: D1, 08 and 0F. RGB value is (209,8,15). Sum of RGB (Red+Green+Blue) = 209+8+15=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D1080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1080F is #2EF7F0. Grayscale: #454545. Windows color (decimal): -3078129 or 985297. OLE color: 985297.

HSL color Cylindrical-coordinate representation of color #D1080F: hue angle of 357.91º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 8 15 -
CMYK 0 0.96 0.93 0.18
HSL 357.91º 0.93% 0.43% -
HSV(B) 357.91º 0.96% 0.82% -
XYZ 26.47 13.76 1.71 -
YUV 68.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 209 8 15 0 0.96 0.93 0.18 357.91 0.93 0.43
Hex D1 8 F 0 60 5D 12 166 5D 2B
Octal 321 10 17 0 140 135 22 546 135 53
Binary 11010001 1000 1111 0 1100000 1011101 10010 101100110 1011101 101011

Color Harmonies of #D1080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1080F

Black with #D1080F

Text Example


Text Example

White with #D1080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1080F; }

 p { color: rgb(209,8,15); }

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

background-color css

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

 a { background-color: rgb(209,8,15); }

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

border-color css

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

 span { border-color: rgb(209,8,15); }

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