Html Css Color HEX #D8061A Venetian Red

📋 copy color: '#D8061A'

red 216 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #D8061A

Tints of Venetian Red #D8061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 87.1%
G = 2.42%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8061A (or 0xD8061A) is known color: Venetian Red. HEX triplet: D8, 06 and 1A. RGB value is (216,6,26). Sum of RGB (Red+Green+Blue) = 216+6+26=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D8061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8061A is #27F9E5. Grayscale: #474747. Windows color (decimal): -2619878 or 1705688. OLE color: 1705688.

HSL color Cylindrical-coordinate representation of color #D8061A: hue angle of 354.29º 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 #D8061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 26 -
CMYK 0 0.97 0.88 0.15
HSL 354.29º 0.95% 0.44% -
HSV(B) 354.29º 0.97% 0.85% -
XYZ 28.57 14.8 2.33 -
YUV 71.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 216 6 26 0 0.97 0.88 0.15 354.29 0.95 0.44
Hex D8 6 1A 0 61 58 F 162 5F 2C
Octal 330 6 32 0 141 130 17 542 137 54
Binary 11011000 110 11010 0 1100001 1011000 1111 101100010 1011111 101100

Color Harmonies of #D8061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8061A

Black with #D8061A

Text Example


Text Example

White with #D8061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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