Html Css Color HEX #D00F10 Venetian Red

📋 copy color: '#D00F10'

red 208 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #D00F10

Tints of Venetian Red #D00F10

RGB

 RED value IS 208 (81.64% from 255) = 87.03%

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

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

R = 87.03%
G = 6.28%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00F10 (or 0xD00F10) is known color: Venetian Red. HEX triplet: D0, 0F and 10. RGB value is (208,15,16). Sum of RGB (Red+Green+Blue) = 208+15+16=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F10 is #2FF0EF. Grayscale: #494949. Windows color (decimal): -3141872 or 1052624. OLE color: 1052624.

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

Color convert

RGB 208 15 16 -
CMYK 0 0.93 0.92 0.18
HSL 359.69º 0.87% 0.44% -
HSV(B) 359.69º 0.93% 0.82% -
XYZ 26.28 13.79 1.77 -
YUV 72.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 208 15 16 0 0.93 0.92 0.18 359.69 0.87 0.44
Hex D0 F 10 0 5D 5C 12 168 57 2C
Octal 320 17 20 0 135 134 22 550 127 54
Binary 11010000 1111 10000 0 1011101 1011100 10010 101101000 1010111 101100

Color Harmonies of #D00F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F10

Black with #D00F10

Text Example


Text Example

White with #D00F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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