Html Css Color HEX #D50712 Venetian Red

📋 copy color: '#D50712'

red 213 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #D50712

Tints of Venetian Red #D50712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

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

R = 89.5%
G = 2.94%
B = 7.56%

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

#D50712 (or 0xD50712) is known color: Venetian Red. HEX triplet: D5, 07 and 12. RGB value is (213,7,18). Sum of RGB (Red+Green+Blue) = 213+7+18=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50712 is #2AF8ED. Grayscale: #464646. Windows color (decimal): -2816238 or 1181653. OLE color: 1181653.

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

Color convert

RGB 213 7 18 -
CMYK 0 0.97 0.92 0.16
HSL 356.8º 0.94% 0.43% -
HSV(B) 356.8º 0.97% 0.84% -
XYZ 27.63 14.34 1.88 -
YUV 69.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 213 7 18 0 0.97 0.92 0.16 356.8 0.94 0.43
Hex D5 7 12 0 61 5C 10 165 5E 2B
Octal 325 7 22 0 141 134 20 545 136 53
Binary 11010101 111 10010 0 1100001 1011100 10000 101100101 1011110 101011

Color Harmonies of #D50712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50712

Black with #D50712

Text Example


Text Example

White with #D50712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50712; }

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

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

background-color css

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

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

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

border-color css

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

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

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