Html Css Color HEX #D6001C Venetian Red

📋 copy color: '#D6001C'

red 214 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #D6001C

Tints of Venetian Red #D6001C

RGB

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

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

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

R = 88.43%
G = 0%
B = 11.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6001C (or 0xD6001C) is known color: Venetian Red. HEX triplet: D6, 00 and 1C. RGB value is (214,0,28). Sum of RGB (Red+Green+Blue) = 214+0+28=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D6001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6001C is #29FFE3. Grayscale: #434343. Windows color (decimal): -2752484 or 1835222. OLE color: 1835222.

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

Color convert

RGB 214 0 28 -
CMYK 0 1 0.87 0.16
HSL 352.15º 1% 0.42% -
HSV(B) 352.15º 1% 0.84% -
XYZ 27.94 14.38 2.4 -
YUV 67.18 105.9 232.72 -
System Red Green Blue C M Y K H S L
Decimal 214 0 28 0 1 0.87 0.16 352.15 1 0.42
Hex D6 0 1C 0 64 57 10 160 64 2A
Octal 326 0 34 0 144 127 20 540 144 52
Binary 11010110 0 11100 0 1100100 1010111 10000 101100000 1100100 101010

Color Harmonies of #D6001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6001C

Black with #D6001C

Text Example


Text Example

White with #D6001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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