Html Css Color HEX #D5011B Venetian Red

📋 copy color: '#D5011B'

red 213 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #D5011B

Tints of Venetian Red #D5011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 88.38%
G = 0.41%
B = 11.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5011B (or 0xD5011B) is known color: Venetian Red. HEX triplet: D5, 01 and 1B. RGB value is (213,1,27). Sum of RGB (Red+Green+Blue) = 213+1+27=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D5011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5011B is #2AFEE4. Grayscale: #434343. Windows color (decimal): -2817765 or 1769941. OLE color: 1769941.

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

Color convert

RGB 213 1 27 -
CMYK 0 1.00 0.87 0.16
HSL 352.64º 0.99% 0.42% -
HSV(B) 352.64º 1% 0.84% -
XYZ 27.65 14.25 2.33 -
YUV 67.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 213 1 27 0 1.00 0.87 0.16 352.64 0.99 0.42
Hex D5 1 1B 0 64 57 10 161 63 2A
Octal 325 1 33 0 144 127 20 541 143 52
Binary 11010101 1 11011 0 1100100 1010111 10000 101100001 1100011 101010

Color Harmonies of #D5011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5011B

Black with #D5011B

Text Example


Text Example

White with #D5011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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