Html Css Color HEX #D6031E Venetian Red

📋 copy color: '#D6031E'

red 214 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #D6031E

Tints of Venetian Red #D6031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 86.64%
G = 1.21%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6031E (or 0xD6031E) is known color: Venetian Red. HEX triplet: D6, 03 and 1E. RGB value is (214,3,30). Sum of RGB (Red+Green+Blue) = 214+3+30=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D6031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6031E is #29FCE1. Grayscale: #454545. Windows color (decimal): -2751714 or 1967062. OLE color: 1967062.

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

Color convert

RGB 214 3 30 -
CMYK 0 0.99 0.86 0.16
HSL 352.32º 0.97% 0.43% -
HSV(B) 352.32º 0.99% 0.84% -
XYZ 28 14.46 2.54 -
YUV 69.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 214 3 30 0 0.99 0.86 0.16 352.32 0.97 0.43
Hex D6 3 1E 0 63 56 10 160 61 2B
Octal 326 3 36 0 143 126 20 540 141 53
Binary 11010110 11 11110 0 1100011 1010110 10000 101100000 1100001 101011

Color Harmonies of #D6031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6031E

Black with #D6031E

Text Example


Text Example

White with #D6031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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