Html Css Color HEX #D50C12 Venetian Red

📋 copy color: '#D50C12'

red 213 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #D50C12

Tints of Venetian Red #D50C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 87.65%
G = 4.94%
B = 7.41%

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

#D50C12 (or 0xD50C12) is known color: Venetian Red. HEX triplet: D5, 0C and 12. RGB value is (213,12,18). Sum of RGB (Red+Green+Blue) = 213+12+18=243 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.65% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C12 is #2AF3ED. Grayscale: #484848. Windows color (decimal): -2814958 or 1182933. OLE color: 1182933.

HSL color Cylindrical-coordinate representation of color #D50C12: hue angle of 358.21º 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 #D50C12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 18 -
CMYK 0 0.94 0.92 0.16
HSL 358.21º 0.89% 0.44% -
HSV(B) 358.21º 0.94% 0.84% -
XYZ 27.68 14.45 1.9 -
YUV 72.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 213 12 18 0 0.94 0.92 0.16 358.21 0.89 0.44
Hex D5 C 12 0 5E 5C 10 166 59 2C
Octal 325 14 22 0 136 134 20 546 131 54
Binary 11010101 1100 10010 0 1011110 1011100 10000 101100110 1011001 101100

Color Harmonies of #D50C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C12

Black with #D50C12

Text Example


Text Example

White with #D50C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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