Html Css Color HEX #D20522 Venetian Red

📋 copy color: '#D20522'

red 210 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #D20522

Tints of Venetian Red #D20522

RGB

 RED value IS 210 (82.42% from 255) = 84.34%

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 84.34%
G = 2.01%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D20522 (or 0xD20522) is known color: Venetian Red. HEX triplet: D2, 05 and 22. RGB value is (210,5,34). Sum of RGB (Red+Green+Blue) = 210+5+34=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20522 is #2DFADD. Grayscale: #454545. Windows color (decimal): -3013342 or 2229714. OLE color: 2229714.

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

Color convert

RGB 210 5 34 -
CMYK 0 0.98 0.84 0.18
HSL 351.51º 0.95% 0.42% -
HSV(B) 351.51º 0.98% 0.82% -
XYZ 26.92 13.93 2.78 -
YUV 69.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 210 5 34 0 0.98 0.84 0.18 351.51 0.95 0.42
Hex D2 5 22 0 62 54 12 160 5F 2A
Octal 322 5 42 0 142 124 22 540 137 52
Binary 11010010 101 100010 0 1100010 1010100 10010 101100000 1011111 101010

Color Harmonies of #D20522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20522

Black with #D20522

Text Example


Text Example

White with #D20522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20522; }

 p { color: rgb(210,5,34); }

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

background-color css

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

 a { background-color: rgb(210,5,34); }

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

border-color css

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

 span { border-color: rgb(210,5,34); }

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