Html Css Color HEX #D5011A Venetian Red

📋 copy color: '#D5011A'

red 213 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #D5011A

Tints of Venetian Red #D5011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 88.75%
G = 0.42%
B = 10.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5011A (or 0xD5011A) is known color: Venetian Red. HEX triplet: D5, 01 and 1A. RGB value is (213,1,26). Sum of RGB (Red+Green+Blue) = 213+1+26=240 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 213 - color contains mainly: red. Hex color #D5011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5011A is #2AFEE5. Grayscale: #434343. Windows color (decimal): -2817766 or 1704405. OLE color: 1704405.

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

Color convert

RGB 213 1 26 -
CMYK 0 1.00 0.88 0.16
HSL 352.92º 0.99% 0.42% -
HSV(B) 352.92º 1% 0.84% -
XYZ 27.64 14.24 2.27 -
YUV 67.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 213 1 26 0 1.00 0.88 0.16 352.92 0.99 0.42
Hex D5 1 1A 0 64 58 10 161 63 2A
Octal 325 1 32 0 144 130 20 541 143 52
Binary 11010101 1 11010 0 1100100 1011000 10000 101100001 1100011 101010

Color Harmonies of #D5011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5011A

Black with #D5011A

Text Example


Text Example

White with #D5011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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