Html Css Color HEX #D50110 Venetian Red

📋 copy color: '#D50110'

red 213 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #D50110

Tints of Venetian Red #D50110

RGB

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

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

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

R = 92.61%
G = 0.43%
B = 6.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50110 (or 0xD50110) is known color: Venetian Red. HEX triplet: D5, 01 and 10. RGB value is (213,1,16). Sum of RGB (Red+Green+Blue) = 213+1+16=230 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.61% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 213 - color contains mainly: red. Hex color #D50110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50110 is #2AFEEF. Grayscale: #424242. Windows color (decimal): -2817776 or 1049045. OLE color: 1049045.

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

Color convert

RGB 213 1 16 -
CMYK 0 1.00 0.92 0.16
HSL 355.75º 0.99% 0.42% -
HSV(B) 355.75º 1% 0.84% -
XYZ 27.54 14.21 1.78 -
YUV 66.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 213 1 16 0 1.00 0.92 0.16 355.75 0.99 0.42
Hex D5 1 10 0 64 5C 10 164 63 2A
Octal 325 1 20 0 144 134 20 544 143 52
Binary 11010101 1 10000 0 1100100 1011100 10000 101100100 1100011 101010

Color Harmonies of #D50110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50110

Black with #D50110

Text Example


Text Example

White with #D50110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50110; }

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

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

background-color css

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

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

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

border-color css

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

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

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