Html Css Color HEX #D00110 Venetian Red

📋 copy color: '#D00110'

red 208 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #D00110

Tints of Venetian Red #D00110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 92.44%
G = 0.44%
B = 7.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00110 (or 0xD00110) is known color: Venetian Red. HEX triplet: D0, 01 and 10. RGB value is (208,1,16). Sum of RGB (Red+Green+Blue) = 208+1+16=225 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 208 - color contains mainly: red. Hex color #D00110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00110 is #2FFEEF. Grayscale: #404040. Windows color (decimal): -3145456 or 1049040. OLE color: 1049040.

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

Color convert

RGB 208 1 16 -
CMYK 0 1.00 0.92 0.18
HSL 355.65º 0.99% 0.41% -
HSV(B) 355.65º 1% 0.82% -
XYZ 26.12 13.47 1.71 -
YUV 64.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 208 1 16 0 1.00 0.92 0.18 355.65 0.99 0.41
Hex D0 1 10 0 64 5C 12 164 63 29
Octal 320 1 20 0 144 134 22 544 143 51
Binary 11010000 1 10000 0 1100100 1011100 10010 101100100 1100011 101001

Color Harmonies of #D00110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00110

Black with #D00110

Text Example


Text Example

White with #D00110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00110; }

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

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

background-color css

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

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

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

border-color css

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

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

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