Html Css Color HEX #D50C10 Venetian Red

📋 copy color: '#D50C10'

red 213 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #D50C10

Tints of Venetian Red #D50C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

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

R = 88.38%
G = 4.98%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50C10 (or 0xD50C10) is known color: Venetian Red. HEX triplet: D5, 0C and 10. RGB value is (213,12,16). Sum of RGB (Red+Green+Blue) = 213+12+16=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C10 is #2AF3EF. Grayscale: #484848. Windows color (decimal): -2814960 or 1051861. OLE color: 1051861.

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

Color convert

RGB 213 12 16 -
CMYK 0 0.94 0.92 0.16
HSL 358.81º 0.89% 0.44% -
HSV(B) 358.81º 0.94% 0.84% -
XYZ 27.67 14.45 1.82 -
YUV 72.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 213 12 16 0 0.94 0.92 0.16 358.81 0.89 0.44
Hex D5 C 10 0 5E 5C 10 167 59 2C
Octal 325 14 20 0 136 134 20 547 131 54
Binary 11010101 1100 10000 0 1011110 1011100 10000 101100111 1011001 101100

Color Harmonies of #D50C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C10

Black with #D50C10

Text Example


Text Example

White with #D50C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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