Html Css Color HEX #D00611 Venetian Red

📋 copy color: '#D00611'

red 208 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #D00611

Tints of Venetian Red #D00611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 90.04%
G = 2.6%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00611 (or 0xD00611) is known color: Venetian Red. HEX triplet: D0, 06 and 11. RGB value is (208,6,17). Sum of RGB (Red+Green+Blue) = 208+6+17=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00611 is #2FF9EE. Grayscale: #434343. Windows color (decimal): -3144175 or 1115856. OLE color: 1115856.

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

Color convert

RGB 208 6 17 -
CMYK 0 0.97 0.92 0.18
HSL 356.73º 0.94% 0.42% -
HSV(B) 356.73º 0.97% 0.82% -
XYZ 26.18 13.58 1.77 -
YUV 67.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 208 6 17 0 0.97 0.92 0.18 356.73 0.94 0.42
Hex D0 6 11 0 61 5C 12 165 5E 2A
Octal 320 6 21 0 141 134 22 545 136 52
Binary 11010000 110 10001 0 1100001 1011100 10010 101100101 1011110 101010

Color Harmonies of #D00611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00611

Black with #D00611

Text Example


Text Example

White with #D00611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00611; }

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

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

background-color css

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

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

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

border-color css

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

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

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