Html Css Color HEX #D9061A Venetian Red

📋 copy color: '#D9061A'

red 217 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #D9061A

Tints of Venetian Red #D9061A

RGB

 RED value IS 217 (85.16% from 255) = 87.15%

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

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

R = 87.15%
G = 2.41%
B = 10.44%

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

#D9061A (or 0xD9061A) is known color: Venetian Red. HEX triplet: D9, 06 and 1A. RGB value is (217,6,26). Sum of RGB (Red+Green+Blue) = 217+6+26=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D9061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9061A is #26F9E5. Grayscale: #474747. Windows color (decimal): -2554342 or 1705689. OLE color: 1705689.

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

Color convert

RGB 217 6 26 -
CMYK 0 0.97 0.88 0.15
HSL 354.31º 0.95% 0.44% -
HSV(B) 354.31º 0.97% 0.85% -
XYZ 28.87 14.96 2.34 -
YUV 71.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 217 6 26 0 0.97 0.88 0.15 354.31 0.95 0.44
Hex D9 6 1A 0 61 58 F 162 5F 2C
Octal 331 6 32 0 141 130 17 542 137 54
Binary 11011001 110 11010 0 1100001 1011000 1111 101100010 1011111 101100

Color Harmonies of #D9061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9061A

Black with #D9061A

Text Example


Text Example

White with #D9061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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