Html Css Color HEX #D6061D Venetian Red

📋 copy color: '#D6061D'

red 214 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D6061D

Tints of Venetian Red #D6061D

RGB

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

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

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

R = 85.94%
G = 2.41%
B = 11.65%

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

#D6061D (or 0xD6061D) is known color: Venetian Red. HEX triplet: D6, 06 and 1D. RGB value is (214,6,29). Sum of RGB (Red+Green+Blue) = 214+6+29=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D6061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6061D is #29F9E2. Grayscale: #464646. Windows color (decimal): -2750947 or 1902294. OLE color: 1902294.

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

Color convert

RGB 214 6 29 -
CMYK 0 0.97 0.86 0.16
HSL 353.37º 0.95% 0.43% -
HSV(B) 353.37º 0.97% 0.84% -
XYZ 28.02 14.52 2.49 -
YUV 70.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 214 6 29 0 0.97 0.86 0.16 353.37 0.95 0.43
Hex D6 6 1D 0 61 56 10 161 5F 2B
Octal 326 6 35 0 141 126 20 541 137 53
Binary 11010110 110 11101 0 1100001 1010110 10000 101100001 1011111 101011

Color Harmonies of #D6061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6061D

Black with #D6061D

Text Example


Text Example

White with #D6061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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