Html Css Color HEX #D5051E Venetian Red

📋 copy color: '#D5051E'

red 213 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #D5051E

Tints of Venetian Red #D5051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 85.89%
G = 2.02%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5051E (or 0xD5051E) is known color: Venetian Red. HEX triplet: D5, 05 and 1E. RGB value is (213,5,30). Sum of RGB (Red+Green+Blue) = 213+5+30=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D5051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5051E is #2AFAE1. Grayscale: #464646. Windows color (decimal): -2816738 or 1967573. OLE color: 1967573.

HSL color Cylindrical-coordinate representation of color #D5051E: hue angle of 352.79º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5051E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 30 -
CMYK 0 0.98 0.86 0.16
HSL 352.79º 0.95% 0.43% -
HSV(B) 352.79º 0.98% 0.84% -
XYZ 27.73 14.35 2.54 -
YUV 70.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 213 5 30 0 0.98 0.86 0.16 352.79 0.95 0.43
Hex D5 5 1E 0 62 56 10 161 5F 2B
Octal 325 5 36 0 142 126 20 541 137 53
Binary 11010101 101 11110 0 1100010 1010110 10000 101100001 1011111 101011

Color Harmonies of #D5051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5051E

Black with #D5051E

Text Example


Text Example

White with #D5051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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