Html Css Color HEX #D5051F Venetian Red

📋 copy color: '#D5051F'

red 213 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #D5051F

Tints of Venetian Red #D5051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 85.54%
G = 2.01%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5051F (or 0xD5051F) is known color: Venetian Red. HEX triplet: D5, 05 and 1F. RGB value is (213,5,31). Sum of RGB (Red+Green+Blue) = 213+5+31=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D5051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5051F is #2AFAE0. Grayscale: #464646. Windows color (decimal): -2816737 or 2033109. OLE color: 2033109.

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

Color convert

RGB 213 5 31 -
CMYK 0 0.98 0.85 0.16
HSL 352.5º 0.95% 0.43% -
HSV(B) 352.5º 0.98% 0.84% -
XYZ 27.74 14.35 2.6 -
YUV 70.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 213 5 31 0 0.98 0.85 0.16 352.5 0.95 0.43
Hex D5 5 1F 0 62 55 10 160 5F 2B
Octal 325 5 37 0 142 125 20 540 137 53
Binary 11010101 101 11111 0 1100010 1010101 10000 101100000 1011111 101011

Color Harmonies of #D5051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5051F

Black with #D5051F

Text Example


Text Example

White with #D5051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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