Html Css Color HEX #D5071A Venetian Red

📋 copy color: '#D5071A'

red 213 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #D5071A

Tints of Venetian Red #D5071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 86.59%
G = 2.85%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5071A (or 0xD5071A) is known color: Venetian Red. HEX triplet: D5, 07 and 1A. RGB value is (213,7,26). Sum of RGB (Red+Green+Blue) = 213+7+26=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D5071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5071A is #2AF8E5. Grayscale: #464646. Windows color (decimal): -2816230 or 1705941. OLE color: 1705941.

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

Color convert

RGB 213 7 26 -
CMYK 0 0.97 0.88 0.16
HSL 354.47º 0.94% 0.43% -
HSV(B) 354.47º 0.97% 0.84% -
XYZ 27.7 14.37 2.29 -
YUV 70.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 213 7 26 0 0.97 0.88 0.16 354.47 0.94 0.43
Hex D5 7 1A 0 61 58 10 162 5E 2B
Octal 325 7 32 0 141 130 20 542 136 53
Binary 11010101 111 11010 0 1100001 1011000 10000 101100010 1011110 101011

Color Harmonies of #D5071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5071A

Black with #D5071A

Text Example


Text Example

White with #D5071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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