Html Css Color HEX #D8061C Venetian Red

📋 copy color: '#D8061C'

red 216 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #D8061C

Tints of Venetian Red #D8061C

RGB

 RED value IS 216 (84.77% from 255) = 86.4%

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 86.4%
G = 2.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8061C (or 0xD8061C) is known color: Venetian Red. HEX triplet: D8, 06 and 1C. RGB value is (216,6,28). Sum of RGB (Red+Green+Blue) = 216+6+28=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D8061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8061C is #27F9E3. Grayscale: #474747. Windows color (decimal): -2619876 or 1836760. OLE color: 1836760.

HSL color Cylindrical-coordinate representation of color #D8061C: hue angle of 353.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8061C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 28 -
CMYK 0 0.97 0.87 0.15
HSL 353.71º 0.95% 0.44% -
HSV(B) 353.71º 0.97% 0.85% -
XYZ 28.59 14.81 2.45 -
YUV 71.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 216 6 28 0 0.97 0.87 0.15 353.71 0.95 0.44
Hex D8 6 1C 0 61 57 F 162 5F 2C
Octal 330 6 34 0 141 127 17 542 137 54
Binary 11011000 110 11100 0 1100001 1010111 1111 101100010 1011111 101100

Color Harmonies of #D8061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8061C

Black with #D8061C

Text Example


Text Example

White with #D8061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8061C; }

 p { color: rgb(216,6,28); }

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

background-color css

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

 a { background-color: rgb(216,6,28); }

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

border-color css

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

 span { border-color: rgb(216,6,28); }

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