Html Css Color HEX #D60520 Venetian Red

📋 copy color: '#D60520'

red 214 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #D60520

Tints of Venetian Red #D60520

RGB

 RED value IS 214 (83.98% from 255) = 85.26%

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 85.26%
G = 1.99%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D60520 (or 0xD60520) is known color: Venetian Red. HEX triplet: D6, 05 and 20. RGB value is (214,5,32). Sum of RGB (Red+Green+Blue) = 214+5+32=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60520 is #29FADF. Grayscale: #464646. Windows color (decimal): -2751200 or 2098646. OLE color: 2098646.

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

Color convert

RGB 214 5 32 -
CMYK 0 0.98 0.85 0.16
HSL 352.25º 0.95% 0.43% -
HSV(B) 352.25º 0.98% 0.84% -
XYZ 28.05 14.51 2.69 -
YUV 70.57 106.24 230.3 -
System Red Green Blue C M Y K H S L
Decimal 214 5 32 0 0.98 0.85 0.16 352.25 0.95 0.43
Hex D6 5 20 0 62 55 10 160 5F 2B
Octal 326 5 40 0 142 125 20 540 137 53
Binary 11010110 101 100000 0 1100010 1010101 10000 101100000 1011111 101011

Color Harmonies of #D60520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60520

Black with #D60520

Text Example


Text Example

White with #D60520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60520; }

 p { color: rgb(214,5,32); }

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

background-color css

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

 a { background-color: rgb(214,5,32); }

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

border-color css

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

 span { border-color: rgb(214,5,32); }

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