Html Css Color HEX #D0071A Venetian Red

📋 copy color: '#D0071A'

red 208 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #D0071A

Tints of Venetian Red #D0071A

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

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

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

R = 86.31%
G = 2.9%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0071A (or 0xD0071A) is known color: Venetian Red. HEX triplet: D0, 07 and 1A. RGB value is (208,7,26). Sum of RGB (Red+Green+Blue) = 208+7+26=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0071A is #2FF8E5. Grayscale: #454545. Windows color (decimal): -3143910 or 1705936. OLE color: 1705936.

HSL color Cylindrical-coordinate representation of color #D0071A: hue angle of 354.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0071A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 26 -
CMYK 0 0.97 0.88 0.18
HSL 354.33º 0.93% 0.42% -
HSV(B) 354.33º 0.97% 0.82% -
XYZ 26.27 13.64 2.22 -
YUV 69.27 103.59 226.96 -
System Red Green Blue C M Y K H S L
Decimal 208 7 26 0 0.97 0.88 0.18 354.33 0.93 0.42
Hex D0 7 1A 0 61 58 12 162 5D 2A
Octal 320 7 32 0 141 130 22 542 135 52
Binary 11010000 111 11010 0 1100001 1011000 10010 101100010 1011101 101010

Color Harmonies of #D0071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0071A

Black with #D0071A

Text Example


Text Example

White with #D0071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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