Html Css Color HEX #D1000F Venetian Red

📋 copy color: '#D1000F'

red 209 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #D1000F

Tints of Venetian Red #D1000F

RGB

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

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

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

R = 93.3%
G = 0%
B = 6.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1000F (or 0xD1000F) is known color: Venetian Red. HEX triplet: D1, 00 and 0F. RGB value is (209,0,15). Sum of RGB (Red+Green+Blue) = 209+0+15=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D1000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1000F is #2EFFF0. Grayscale: #404040. Windows color (decimal): -3080177 or 983249. OLE color: 983249.

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

Color convert

RGB 209 0 15 -
CMYK 0 1 0.93 0.18
HSL 355.69º 1% 0.41% -
HSV(B) 355.69º 1% 0.82% -
XYZ 26.38 13.59 1.68 -
YUV 64.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 209 0 15 0 1 0.93 0.18 355.69 1 0.41
Hex D1 0 F 0 64 5D 12 164 64 29
Octal 321 0 17 0 144 135 22 544 144 51
Binary 11010001 0 1111 0 1100100 1011101 10010 101100100 1100100 101001

Color Harmonies of #D1000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1000F

Black with #D1000F

Text Example


Text Example

White with #D1000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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