Html Css Color HEX #D00116 Venetian Red

📋 copy color: '#D00116'

red 208 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #D00116

Tints of Venetian Red #D00116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 90.04%
G = 0.43%
B = 9.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00116 (or 0xD00116) is known color: Venetian Red. HEX triplet: D0, 01 and 16. RGB value is (208,1,22). Sum of RGB (Red+Green+Blue) = 208+1+22=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00116 is #2FFEE9. Grayscale: #414141. Windows color (decimal): -3145450 or 1442256. OLE color: 1442256.

HSL color Cylindrical-coordinate representation of color #D00116: hue angle of 353.91º 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 #D00116 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 22 -
CMYK 0 1.00 0.89 0.18
HSL 353.91º 0.99% 0.41% -
HSV(B) 353.91º 1% 0.82% -
XYZ 26.17 13.49 1.98 -
YUV 65.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 208 1 22 0 1.00 0.89 0.18 353.91 0.99 0.41
Hex D0 1 16 0 64 59 12 162 63 29
Octal 320 1 26 0 144 131 22 542 143 51
Binary 11010000 1 10110 0 1100100 1011001 10010 101100010 1100011 101001

Color Harmonies of #D00116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00116

Black with #D00116

Text Example


Text Example

White with #D00116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00116; }

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

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

background-color css

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

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

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

border-color css

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

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

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