Html Css Color HEX #D00511 Venetian Red

📋 copy color: '#D00511'

red 208 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #D00511

Tints of Venetian Red #D00511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 90.43%
G = 2.17%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00511 (or 0xD00511) is known color: Venetian Red. HEX triplet: D0, 05 and 11. RGB value is (208,5,17). Sum of RGB (Red+Green+Blue) = 208+5+17=230 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.43% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 208 - color contains mainly: red. Hex color #D00511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00511 is #2FFAEE. Grayscale: #434343. Windows color (decimal): -3144431 or 1115600. OLE color: 1115600.

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

Color convert

RGB 208 5 17 -
CMYK 0 0.98 0.92 0.18
HSL 356.45º 0.95% 0.42% -
HSV(B) 356.45º 0.98% 0.82% -
XYZ 26.17 13.56 1.77 -
YUV 67.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 208 5 17 0 0.98 0.92 0.18 356.45 0.95 0.42
Hex D0 5 11 0 62 5C 12 164 5F 2A
Octal 320 5 21 0 142 134 22 544 137 52
Binary 11010000 101 10001 0 1100010 1011100 10010 101100100 1011111 101010

Color Harmonies of #D00511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00511

Black with #D00511

Text Example


Text Example

White with #D00511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00511; }

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

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

background-color css

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

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

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

border-color css

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

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

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