Html Css Color HEX #D6061E Venetian Red

📋 copy color: '#D6061E'

red 214 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #D6061E

Tints of Venetian Red #D6061E

RGB

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

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

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

R = 85.6%
G = 2.4%
B = 12%

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

#D6061E (or 0xD6061E) is known color: Venetian Red. HEX triplet: D6, 06 and 1E. RGB value is (214,6,30). Sum of RGB (Red+Green+Blue) = 214+6+30=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6061E is #29F9E1. Grayscale: #474747. Windows color (decimal): -2750946 or 1967830. OLE color: 1967830.

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

Color convert

RGB 214 6 30 -
CMYK 0 0.97 0.86 0.16
HSL 353.08º 0.95% 0.43% -
HSV(B) 353.08º 0.97% 0.84% -
XYZ 28.03 14.52 2.55 -
YUV 70.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 214 6 30 0 0.97 0.86 0.16 353.08 0.95 0.43
Hex D6 6 1E 0 61 56 10 161 5F 2B
Octal 326 6 36 0 141 126 20 541 137 53
Binary 11010110 110 11110 0 1100001 1010110 10000 101100001 1011111 101011

Color Harmonies of #D6061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6061E

Black with #D6061E

Text Example


Text Example

White with #D6061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6061E; }

 p { color: rgb(214,6,30); }

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

background-color css

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

 a { background-color: rgb(214,6,30); }

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

border-color css

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

 span { border-color: rgb(214,6,30); }

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