Html Css Color HEX #D50122 Venetian Red

📋 copy color: '#D50122'

red 213 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #D50122

Tints of Venetian Red #D50122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 85.89%
G = 0.4%
B = 13.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50122 (or 0xD50122) is known color: Venetian Red. HEX triplet: D5, 01 and 22. RGB value is (213,1,34). Sum of RGB (Red+Green+Blue) = 213+1+34=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D50122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50122 is #2AFEDD. Grayscale: #444444. Windows color (decimal): -2817758 or 2228693. OLE color: 2228693.

HSL color Cylindrical-coordinate representation of color #D50122: hue angle of 350.66º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50122 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 34 -
CMYK 0 1.00 0.84 0.16
HSL 350.66º 0.99% 0.42% -
HSV(B) 350.66º 1% 0.84% -
XYZ 27.74 14.28 2.81 -
YUV 68.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 213 1 34 0 1.00 0.84 0.16 350.66 0.99 0.42
Hex D5 1 22 0 64 54 10 15F 63 2A
Octal 325 1 42 0 144 124 20 537 143 52
Binary 11010101 1 100010 0 1100100 1010100 10000 101011111 1100011 101010

Color Harmonies of #D50122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50122

Black with #D50122

Text Example


Text Example

White with #D50122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50122; }

 p { color: rgb(213,1,34); }

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

background-color css

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

 a { background-color: rgb(213,1,34); }

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

border-color css

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

 span { border-color: rgb(213,1,34); }

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