Html Css Color HEX #D5061D Venetian Red

📋 copy color: '#D5061D'

red 213 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D5061D

Tints of Venetian Red #D5061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 85.89%
G = 2.42%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5061D (or 0xD5061D) is known color: Venetian Red. HEX triplet: D5, 06 and 1D. RGB value is (213,6,29). Sum of RGB (Red+Green+Blue) = 213+6+29=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D5061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5061D is #2AF9E2. Grayscale: #464646. Windows color (decimal): -2816483 or 1902293. OLE color: 1902293.

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

Color convert

RGB 213 6 29 -
CMYK 0 0.97 0.86 0.16
HSL 353.33º 0.95% 0.43% -
HSV(B) 353.33º 0.97% 0.84% -
XYZ 27.73 14.37 2.47 -
YUV 70.52 104.58 229.63 -
System Red Green Blue C M Y K H S L
Decimal 213 6 29 0 0.97 0.86 0.16 353.33 0.95 0.43
Hex D5 6 1D 0 61 56 10 161 5F 2B
Octal 325 6 35 0 141 126 20 541 137 53
Binary 11010101 110 11101 0 1100001 1010110 10000 101100001 1011111 101011

Color Harmonies of #D5061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5061D

Black with #D5061D

Text Example


Text Example

White with #D5061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5061D; }

 p { color: rgb(213,6,29); }

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

background-color css

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

 a { background-color: rgb(213,6,29); }

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

border-color css

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

 span { border-color: rgb(213,6,29); }

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