Html Css Color HEX #D30121 Venetian Red

📋 copy color: '#D30121'

red 211 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #D30121

Tints of Venetian Red #D30121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 86.12%
G = 0.41%
B = 13.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D30121 (or 0xD30121) is known color: Venetian Red. HEX triplet: D3, 01 and 21. RGB value is (211,1,33). Sum of RGB (Red+Green+Blue) = 211+1+33=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D30121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30121 is #2CFEDE. Grayscale: #434343. Windows color (decimal): -2948831 or 2163155. OLE color: 2163155.

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

Color convert

RGB 211 1 33 -
CMYK 0 1.00 0.84 0.17
HSL 350.86º 0.99% 0.42% -
HSV(B) 350.86º 1% 0.83% -
XYZ 27.15 13.98 2.71 -
YUV 67.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 211 1 33 0 1.00 0.84 0.17 350.86 0.99 0.42
Hex D3 1 21 0 64 54 11 15F 63 2A
Octal 323 1 41 0 144 124 21 537 143 52
Binary 11010011 1 100001 0 1100100 1010100 10001 101011111 1100011 101010

Color Harmonies of #D30121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30121

Black with #D30121

Text Example


Text Example

White with #D30121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30121; }

 p { color: rgb(211,1,33); }

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

background-color css

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

 a { background-color: rgb(211,1,33); }

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

border-color css

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

 span { border-color: rgb(211,1,33); }

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