Html Css Color HEX #D6081C Venetian Red

📋 copy color: '#D6081C'

red 214 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #D6081C

Tints of Venetian Red #D6081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 85.6%
G = 3.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6081C (or 0xD6081C) is known color: Venetian Red. HEX triplet: D6, 08 and 1C. RGB value is (214,8,28). Sum of RGB (Red+Green+Blue) = 214+8+28=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6081C is #29F7E3. Grayscale: #484848. Windows color (decimal): -2750436 or 1837270. OLE color: 1837270.

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

Color convert

RGB 214 8 28 -
CMYK 0 0.96 0.87 0.16
HSL 354.17º 0.93% 0.44% -
HSV(B) 354.17º 0.96% 0.84% -
XYZ 28.03 14.55 2.43 -
YUV 71.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 214 8 28 0 0.96 0.87 0.16 354.17 0.93 0.44
Hex D6 8 1C 0 60 57 10 162 5D 2C
Octal 326 10 34 0 140 127 20 542 135 54
Binary 11010110 1000 11100 0 1100000 1010111 10000 101100010 1011101 101100

Color Harmonies of #D6081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6081C

Black with #D6081C

Text Example


Text Example

White with #D6081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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