Html Css Color HEX #D50105 Venetian Red

📋 copy color: '#D50105'

red 213 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #D50105

Tints of Venetian Red #D50105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 97.26%
G = 0.46%
B = 2.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50105 (or 0xD50105) is known color: Venetian Red. HEX triplet: D5, 01 and 05. RGB value is (213,1,5). Sum of RGB (Red+Green+Blue) = 213+1+5=219 (29% of max value = 765). Red value is 213 (83.59% from 255 or 97.26% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 213 - color contains mainly: red. Hex color #D50105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50105 is #2AFEFA. Grayscale: #414141. Windows color (decimal): -2817787 or 328149. OLE color: 328149.

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

Color convert

RGB 213 1 5 -
CMYK 0 1.00 0.98 0.16
HSL 358.87º 0.99% 0.42% -
HSV(B) 358.87º 1% 0.84% -
XYZ 27.48 14.18 1.43 -
YUV 64.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 213 1 5 0 1.00 0.98 0.16 358.87 0.99 0.42
Hex D5 1 5 0 64 62 10 167 63 2A
Octal 325 1 5 0 144 142 20 547 143 52
Binary 11010101 1 101 0 1100100 1100010 10000 101100111 1100011 101010

Color Harmonies of #D50105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50105

Black with #D50105

Text Example


Text Example

White with #D50105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50105; }

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

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

background-color css

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

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

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

border-color css

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

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

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