Html Css Color HEX #D30322 Venetian Red

📋 copy color: '#D30322'

red 211 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #D30322

Tints of Venetian Red #D30322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 85.08%
G = 1.21%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D30322 (or 0xD30322) is known color: Venetian Red. HEX triplet: D3, 03 and 22. RGB value is (211,3,34). Sum of RGB (Red+Green+Blue) = 211+3+34=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D30322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30322 is #2CFCDD. Grayscale: #444444. Windows color (decimal): -2948318 or 2229203. OLE color: 2229203.

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

Color convert

RGB 211 3 34 -
CMYK 0 0.99 0.84 0.17
HSL 351.06º 0.97% 0.42% -
HSV(B) 351.06º 0.99% 0.83% -
XYZ 27.19 14.03 2.79 -
YUV 68.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 211 3 34 0 0.99 0.84 0.17 351.06 0.97 0.42
Hex D3 3 22 0 63 54 11 15F 61 2A
Octal 323 3 42 0 143 124 21 537 141 52
Binary 11010011 11 100010 0 1100011 1010100 10001 101011111 1100001 101010

Color Harmonies of #D30322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30322

Black with #D30322

Text Example


Text Example

White with #D30322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30322; }

 p { color: rgb(211,3,34); }

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

background-color css

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

 a { background-color: rgb(211,3,34); }

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

border-color css

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

 span { border-color: rgb(211,3,34); }

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