Html Css Color HEX #D20523 Venetian Red

📋 copy color: '#D20523'

red 210 ◦ green 5 ◦ blue 35

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

Shades of Venetian Red #D20523

Tints of Venetian Red #D20523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14%

R = 84%
G = 2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20523 (or 0xD20523) is known color: Venetian Red. HEX triplet: D2, 05 and 23. RGB value is (210,5,35). Sum of RGB (Red+Green+Blue) = 210+5+35=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20523 is #2DFADC. Grayscale: #454545. Windows color (decimal): -3013341 or 2295250. OLE color: 2295250.

HSL color Cylindrical-coordinate representation of color #D20523: hue angle of 351.22º 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 #D20523 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 35 -
CMYK 0 0.98 0.83 0.18
HSL 351.22º 0.95% 0.42% -
HSV(B) 351.22º 0.98% 0.82% -
XYZ 26.94 13.93 2.86 -
YUV 69.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 210 5 35 0 0.98 0.83 0.18 351.22 0.95 0.42
Hex D2 5 23 0 62 53 12 15F 5F 2A
Octal 322 5 43 0 142 123 22 537 137 52
Binary 11010010 101 100011 0 1100010 1010011 10010 101011111 1011111 101010

Color Harmonies of #D20523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20523

Black with #D20523

Text Example


Text Example

White with #D20523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20523; }

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

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

background-color css

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

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

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

border-color css

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

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

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