Html Css Color HEX #D50610 Venetian Red

📋 copy color: '#D50610'

red 213 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #D50610

Tints of Venetian Red #D50610

RGB

 RED value IS 213 (83.59% from 255) = 90.64%

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 90.64%
G = 2.55%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50610 (or 0xD50610) is known color: Venetian Red. HEX triplet: D5, 06 and 10. RGB value is (213,6,16). Sum of RGB (Red+Green+Blue) = 213+6+16=235 (31% of max value = 765). Red value is 213 (83.59% from 255 or 90.64% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 213 - color contains mainly: red. Hex color #D50610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50610 is #2AF9EF. Grayscale: #454545. Windows color (decimal): -2816496 or 1050325. OLE color: 1050325.

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

Color convert

RGB 213 6 16 -
CMYK 0 0.97 0.92 0.16
HSL 357.1º 0.95% 0.43% -
HSV(B) 357.1º 0.97% 0.84% -
XYZ 27.6 14.31 1.8 -
YUV 69.03 98.08 230.69 -
System Red Green Blue C M Y K H S L
Decimal 213 6 16 0 0.97 0.92 0.16 357.1 0.95 0.43
Hex D5 6 10 0 61 5C 10 165 5F 2B
Octal 325 6 20 0 141 134 20 545 137 53
Binary 11010101 110 10000 0 1100001 1011100 10000 101100101 1011111 101011

Color Harmonies of #D50610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50610

Black with #D50610

Text Example


Text Example

White with #D50610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50610; }

 p { color: rgb(213,6,16); }

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

background-color css

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

 a { background-color: rgb(213,6,16); }

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

border-color css

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

 span { border-color: rgb(213,6,16); }

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