Html Css Color HEX #D9041A Venetian Red

📋 copy color: '#D9041A'

red 217 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #D9041A

Tints of Venetian Red #D9041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 87.85%
G = 1.62%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9041A (or 0xD9041A) is known color: Venetian Red. HEX triplet: D9, 04 and 1A. RGB value is (217,4,26). Sum of RGB (Red+Green+Blue) = 217+4+26=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D9041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9041A is #26FBE5. Grayscale: #464646. Windows color (decimal): -2554854 or 1705177. OLE color: 1705177.

HSL color Cylindrical-coordinate representation of color #D9041A: hue angle of 353.8º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9041A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 4 26 -
CMYK 0 0.98 0.88 0.15
HSL 353.8º 0.96% 0.43% -
HSV(B) 353.8º 0.98% 0.85% -
XYZ 28.85 14.91 2.34 -
YUV 70.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 217 4 26 0 0.98 0.88 0.15 353.8 0.96 0.43
Hex D9 4 1A 0 62 58 F 162 60 2B
Octal 331 4 32 0 142 130 17 542 140 53
Binary 11011001 100 11010 0 1100010 1011000 1111 101100010 1100000 101011

Color Harmonies of #D9041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9041A

Black with #D9041A

Text Example


Text Example

White with #D9041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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