Html Css Color HEX #D6011C Venetian Red

📋 copy color: '#D6011C'

red 214 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #D6011C

Tints of Venetian Red #D6011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 88.07%
G = 0.41%
B = 11.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6011C (or 0xD6011C) is known color: Venetian Red. HEX triplet: D6, 01 and 1C. RGB value is (214,1,28). Sum of RGB (Red+Green+Blue) = 214+1+28=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D6011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6011C is #29FEE3. Grayscale: #434343. Windows color (decimal): -2752228 or 1835478. OLE color: 1835478.

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

Color convert

RGB 214 1 28 -
CMYK 0 1.00 0.87 0.16
HSL 352.39º 0.99% 0.42% -
HSV(B) 352.39º 1% 0.84% -
XYZ 27.95 14.4 2.41 -
YUV 67.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 214 1 28 0 1.00 0.87 0.16 352.39 0.99 0.42
Hex D6 1 1C 0 64 57 10 160 63 2A
Octal 326 1 34 0 144 127 20 540 143 52
Binary 11010110 1 11100 0 1100100 1010111 10000 101100000 1100011 101010

Color Harmonies of #D6011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6011C

Black with #D6011C

Text Example


Text Example

White with #D6011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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