Html Css Color HEX #D6071A Venetian Red

📋 copy color: '#D6071A'

red 214 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #D6071A

Tints of Venetian Red #D6071A

RGB

 RED value IS 214 (83.98% from 255) = 86.64%

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

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

R = 86.64%
G = 2.83%
B = 10.53%

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

#D6071A (or 0xD6071A) is known color: Venetian Red. HEX triplet: D6, 07 and 1A. RGB value is (214,7,26). Sum of RGB (Red+Green+Blue) = 214+7+26=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D6071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6071A is #29F8E5. Grayscale: #474747. Windows color (decimal): -2750694 or 1705942. OLE color: 1705942.

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

Color convert

RGB 214 7 26 -
CMYK 0 0.97 0.88 0.16
HSL 354.49º 0.94% 0.43% -
HSV(B) 354.49º 0.97% 0.84% -
XYZ 27.99 14.52 2.3 -
YUV 71.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 214 7 26 0 0.97 0.88 0.16 354.49 0.94 0.43
Hex D6 7 1A 0 61 58 10 162 5E 2B
Octal 326 7 32 0 141 130 20 542 136 53
Binary 11010110 111 11010 0 1100001 1011000 10000 101100010 1011110 101011

Color Harmonies of #D6071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6071A

Black with #D6071A

Text Example


Text Example

White with #D6071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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