Html Css Color HEX #D6011E Venetian Red

📋 copy color: '#D6011E'

red 214 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #D6011E

Tints of Venetian Red #D6011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 87.35%
G = 0.41%
B = 12.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6011E (or 0xD6011E) is known color: Venetian Red. HEX triplet: D6, 01 and 1E. RGB value is (214,1,30). Sum of RGB (Red+Green+Blue) = 214+1+30=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6011E is #29FEE1. Grayscale: #444444. Windows color (decimal): -2752226 or 1966550. OLE color: 1966550.

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

Color convert

RGB 214 1 30 -
CMYK 0 1.00 0.86 0.16
HSL 351.83º 0.99% 0.42% -
HSV(B) 351.83º 1% 0.84% -
XYZ 27.98 14.41 2.54 -
YUV 67.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 214 1 30 0 1.00 0.86 0.16 351.83 0.99 0.42
Hex D6 1 1E 0 64 56 10 160 63 2A
Octal 326 1 36 0 144 126 20 540 143 52
Binary 11010110 1 11110 0 1100100 1010110 10000 101100000 1100011 101010

Color Harmonies of #D6011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6011E

Black with #D6011E

Text Example


Text Example

White with #D6011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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