Html Css Color HEX #D6011A Venetian Red

📋 copy color: '#D6011A'

red 214 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #D6011A

Tints of Venetian Red #D6011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 88.8%
G = 0.41%
B = 10.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6011A (or 0xD6011A) is known color: Venetian Red. HEX triplet: D6, 01 and 1A. RGB value is (214,1,26). Sum of RGB (Red+Green+Blue) = 214+1+26=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D6011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6011A is #29FEE5. Grayscale: #434343. Windows color (decimal): -2752230 or 1704406. OLE color: 1704406.

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

Color convert

RGB 214 1 26 -
CMYK 0 1.00 0.88 0.16
HSL 352.96º 0.99% 0.42% -
HSV(B) 352.96º 1% 0.84% -
XYZ 27.93 14.39 2.28 -
YUV 67.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 214 1 26 0 1.00 0.88 0.16 352.96 0.99 0.42
Hex D6 1 1A 0 64 58 10 161 63 2A
Octal 326 1 32 0 144 130 20 541 143 52
Binary 11010110 1 11010 0 1100100 1011000 10000 101100001 1100011 101010

Color Harmonies of #D6011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6011A

Black with #D6011A

Text Example


Text Example

White with #D6011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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