Html Css Color HEX #D6000C Venetian Red

📋 copy color: '#D6000C'

red 214 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #D6000C

Tints of Venetian Red #D6000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 94.69%
G = 0%
B = 5.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6000C (or 0xD6000C) is known color: Venetian Red. HEX triplet: D6, 00 and 0C. RGB value is (214,0,12). Sum of RGB (Red+Green+Blue) = 214+0+12=226 (29% of max value = 765). Red value is 214 (83.98% from 255 or 94.69% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000C is #29FFF3. Grayscale: #414141. Windows color (decimal): -2752500 or 786646. OLE color: 786646.

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

Color convert

RGB 214 0 12 -
CMYK 0 1 0.94 0.16
HSL 356.64º 1% 0.42% -
HSV(B) 356.64º 1% 0.84% -
XYZ 27.8 14.32 1.65 -
YUV 65.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 214 0 12 0 1 0.94 0.16 356.64 1 0.42
Hex D6 0 C 0 64 5E 10 165 64 2A
Octal 326 0 14 0 144 136 20 545 144 52
Binary 11010110 0 1100 0 1100100 1011110 10000 101100101 1100100 101010

Color Harmonies of #D6000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6000C

Black with #D6000C

Text Example


Text Example

White with #D6000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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