Html Css Color HEX #D50113 Venetian Red

📋 copy color: '#D50113'

red 213 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #D50113

Tints of Venetian Red #D50113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 91.42%
G = 0.43%
B = 8.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D50113 (or 0xD50113) is known color: Venetian Red. HEX triplet: D5, 01 and 13. RGB value is (213,1,19). Sum of RGB (Red+Green+Blue) = 213+1+19=233 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.42% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 213 - color contains mainly: red. Hex color #D50113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50113 is #2AFEEC. Grayscale: #424242. Windows color (decimal): -2817773 or 1245653. OLE color: 1245653.

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

Color convert

RGB 213 1 19 -
CMYK 0 1.00 0.91 0.16
HSL 354.91º 0.99% 0.42% -
HSV(B) 354.91º 1% 0.84% -
XYZ 27.57 14.21 1.91 -
YUV 66.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 213 1 19 0 1.00 0.91 0.16 354.91 0.99 0.42
Hex D5 1 13 0 64 5B 10 163 63 2A
Octal 325 1 23 0 144 133 20 543 143 52
Binary 11010101 1 10011 0 1100100 1011011 10000 101100011 1100011 101010

Color Harmonies of #D50113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50113

Black with #D50113

Text Example


Text Example

White with #D50113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50113; }

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

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

background-color css

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

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

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

border-color css

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

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

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