Html Css Color HEX #D9071A Venetian Red

📋 copy color: '#D9071A'

red 217 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #D9071A

Tints of Venetian Red #D9071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 86.8%
G = 2.8%
B = 10.4%

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

#D9071A (or 0xD9071A) is known color: Venetian Red. HEX triplet: D9, 07 and 1A. RGB value is (217,7,26). Sum of RGB (Red+Green+Blue) = 217+7+26=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9071A is #26F8E5. Grayscale: #484848. Windows color (decimal): -2554086 or 1705945. OLE color: 1705945.

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

Color convert

RGB 217 7 26 -
CMYK 0 0.97 0.88 0.15
HSL 354.57º 0.94% 0.44% -
HSV(B) 354.57º 0.97% 0.85% -
XYZ 28.88 14.98 2.35 -
YUV 71.96 102.07 231.46 -
System Red Green Blue C M Y K H S L
Decimal 217 7 26 0 0.97 0.88 0.15 354.57 0.94 0.44
Hex D9 7 1A 0 61 58 F 163 5E 2C
Octal 331 7 32 0 141 130 17 543 136 54
Binary 11011001 111 11010 0 1100001 1011000 1111 101100011 1011110 101100

Color Harmonies of #D9071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9071A

Black with #D9071A

Text Example


Text Example

White with #D9071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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