Html Css Color HEX #D6041D Venetian Red

📋 copy color: '#D6041D'

red 214 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #D6041D

Tints of Venetian Red #D6041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 86.64%
G = 1.62%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6041D (or 0xD6041D) is known color: Venetian Red. HEX triplet: D6, 04 and 1D. RGB value is (214,4,29). Sum of RGB (Red+Green+Blue) = 214+4+29=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D6041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6041D is #29FBE2. Grayscale: #454545. Windows color (decimal): -2751459 or 1901782. OLE color: 1901782.

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

Color convert

RGB 214 4 29 -
CMYK 0 0.98 0.86 0.16
HSL 352.86º 0.96% 0.43% -
HSV(B) 352.86º 0.98% 0.84% -
XYZ 28 14.47 2.48 -
YUV 69.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 214 4 29 0 0.98 0.86 0.16 352.86 0.96 0.43
Hex D6 4 1D 0 62 56 10 161 60 2B
Octal 326 4 35 0 142 126 20 541 140 53
Binary 11010110 100 11101 0 1100010 1010110 10000 101100001 1100000 101011

Color Harmonies of #D6041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6041D

Black with #D6041D

Text Example


Text Example

White with #D6041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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