Html Css Color HEX #D30611 Venetian Red

📋 copy color: '#D30611'

red 211 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #D30611

Tints of Venetian Red #D30611

RGB

 RED value IS 211 (82.81% from 255) = 90.17%

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

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

R = 90.17%
G = 2.56%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D30611 (or 0xD30611) is known color: Venetian Red. HEX triplet: D3, 06 and 11. RGB value is (211,6,17). Sum of RGB (Red+Green+Blue) = 211+6+17=234 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.17% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 211 - color contains mainly: red. Hex color #D30611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30611 is #2CF9EE. Grayscale: #444444. Windows color (decimal): -2947567 or 1115859. OLE color: 1115859.

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

Color convert

RGB 211 6 17 -
CMYK 0 0.97 0.92 0.17
HSL 356.78º 0.94% 0.43% -
HSV(B) 356.78º 0.97% 0.83% -
XYZ 27.03 14.02 1.81 -
YUV 68.55 98.92 229.61 -
System Red Green Blue C M Y K H S L
Decimal 211 6 17 0 0.97 0.92 0.17 356.78 0.94 0.43
Hex D3 6 11 0 61 5C 11 165 5E 2B
Octal 323 6 21 0 141 134 21 545 136 53
Binary 11010011 110 10001 0 1100001 1011100 10001 101100101 1011110 101011

Color Harmonies of #D30611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30611

Black with #D30611

Text Example


Text Example

White with #D30611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30611; }

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

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

background-color css

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

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

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

border-color css

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

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

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