Html Css Color HEX #D6000E Venetian Red

📋 copy color: '#D6000E'

red 214 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #D6000E

Tints of Venetian Red #D6000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 93.86%
G = 0%
B = 6.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6000E (or 0xD6000E) is known color: Venetian Red. HEX triplet: D6, 00 and 0E. RGB value is (214,0,14). Sum of RGB (Red+Green+Blue) = 214+0+14=228 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.86% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000E is #29FFF1. Grayscale: #414141. Windows color (decimal): -2752498 or 917718. OLE color: 917718.

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

Color convert

RGB 214 0 14 -
CMYK 0 1 0.93 0.16
HSL 356.07º 1% 0.42% -
HSV(B) 356.07º 1% 0.84% -
XYZ 27.81 14.33 1.72 -
YUV 65.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 214 0 14 0 1 0.93 0.16 356.07 1 0.42
Hex D6 0 E 0 64 5D 10 164 64 2A
Octal 326 0 16 0 144 135 20 544 144 52
Binary 11010110 0 1110 0 1100100 1011101 10000 101100100 1100100 101010

Color Harmonies of #D6000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6000E

Black with #D6000E

Text Example


Text Example

White with #D6000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6000E; }

 p { color: rgb(214,0,14); }

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

background-color css

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

 a { background-color: rgb(214,0,14); }

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

border-color css

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

 span { border-color: rgb(214,0,14); }

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