Html Css Color HEX #D00111 Venetian Red

📋 copy color: '#D00111'

red 208 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #D00111

Tints of Venetian Red #D00111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 92.04%
G = 0.44%
B = 7.52%

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

#D00111 (or 0xD00111) is known color: Venetian Red. HEX triplet: D0, 01 and 11. RGB value is (208,1,17). Sum of RGB (Red+Green+Blue) = 208+1+17=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D00111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00111 is #2FFEEE. Grayscale: #404040. Windows color (decimal): -3145455 or 1114576. OLE color: 1114576.

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

Color convert

RGB 208 1 17 -
CMYK 0 1.00 0.92 0.18
HSL 355.36º 0.99% 0.41% -
HSV(B) 355.36º 1% 0.82% -
XYZ 26.12 13.47 1.75 -
YUV 64.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 208 1 17 0 1.00 0.92 0.18 355.36 0.99 0.41
Hex D0 1 11 0 64 5C 12 163 63 29
Octal 320 1 21 0 144 134 22 543 143 51
Binary 11010000 1 10001 0 1100100 1011100 10010 101100011 1100011 101001

Color Harmonies of #D00111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00111

Black with #D00111

Text Example


Text Example

White with #D00111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00111; }

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

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

background-color css

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

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

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

border-color css

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

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

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