Html Css Color HEX #D30620 Venetian Red

📋 copy color: '#D30620'

red 211 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #D30620

Tints of Venetian Red #D30620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 84.74%
G = 2.41%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D30620 (or 0xD30620) is known color: Venetian Red. HEX triplet: D3, 06 and 20. RGB value is (211,6,32). Sum of RGB (Red+Green+Blue) = 211+6+32=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D30620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30620 is #2CF9DF. Grayscale: #464646. Windows color (decimal): -2947552 or 2098899. OLE color: 2098899.

HSL color Cylindrical-coordinate representation of color #D30620: hue angle of 352.39º 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 #D30620 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 6 32 -
CMYK 0 0.97 0.85 0.17
HSL 352.39º 0.94% 0.43% -
HSV(B) 352.39º 0.97% 0.83% -
XYZ 27.19 14.08 2.65 -
YUV 70.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 211 6 32 0 0.97 0.85 0.17 352.39 0.94 0.43
Hex D3 6 20 0 61 55 11 160 5E 2B
Octal 323 6 40 0 141 125 21 540 136 53
Binary 11010011 110 100000 0 1100001 1010101 10001 101100000 1011110 101011

Color Harmonies of #D30620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30620

Black with #D30620

Text Example


Text Example

White with #D30620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30620; }

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

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

background-color css

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

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

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

border-color css

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

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

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