Html Css Color HEX #D20524 Venetian Red

📋 copy color: '#D20524'

red 210 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #D20524

Tints of Venetian Red #D20524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 83.67%
G = 1.99%
B = 14.34%

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

#D20524 (or 0xD20524) is known color: Venetian Red. HEX triplet: D2, 05 and 24. RGB value is (210,5,36). Sum of RGB (Red+Green+Blue) = 210+5+36=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20524 is #2DFADB. Grayscale: #454545. Windows color (decimal): -3013340 or 2360786. OLE color: 2360786.

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

Color convert

RGB 210 5 36 -
CMYK 0 0.98 0.83 0.18
HSL 350.93º 0.95% 0.42% -
HSV(B) 350.93º 0.98% 0.82% -
XYZ 26.95 13.94 2.94 -
YUV 69.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 210 5 36 0 0.98 0.83 0.18 350.93 0.95 0.42
Hex D2 5 24 0 62 53 12 15F 5F 2A
Octal 322 5 44 0 142 123 22 537 137 52
Binary 11010010 101 100100 0 1100010 1010011 10010 101011111 1011111 101010

Color Harmonies of #D20524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20524

Black with #D20524

Text Example


Text Example

White with #D20524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20524; }

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

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

background-color css

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

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

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

border-color css

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

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

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