Html Css Color HEX #D6010C Venetian Red

📋 copy color: '#D6010C'

red 214 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #D6010C

Tints of Venetian Red #D6010C

RGB

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

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

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

R = 94.27%
G = 0.44%
B = 5.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6010C (or 0xD6010C) is known color: Venetian Red. HEX triplet: D6, 01 and 0C. RGB value is (214,1,12). Sum of RGB (Red+Green+Blue) = 214+1+12=227 (30% of max value = 765). Red value is 214 (83.98% from 255 or 94.27% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 214 - color contains mainly: red. Hex color #D6010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6010C is #29FEF3. Grayscale: #424242. Windows color (decimal): -2752244 or 786902. OLE color: 786902.

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

Color convert

RGB 214 1 12 -
CMYK 0 1.00 0.94 0.16
HSL 356.9º 0.99% 0.42% -
HSV(B) 356.9º 1% 0.84% -
XYZ 27.81 14.34 1.65 -
YUV 65.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 214 1 12 0 1.00 0.94 0.16 356.9 0.99 0.42
Hex D6 1 C 0 64 5E 10 165 63 2A
Octal 326 1 14 0 144 136 20 545 143 52
Binary 11010110 1 1100 0 1100100 1011110 10000 101100101 1100011 101010

Color Harmonies of #D6010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6010C

Black with #D6010C

Text Example


Text Example

White with #D6010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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