Html Css Color HEX #D0061A Venetian Red

📋 copy color: '#D0061A'

red 208 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #D0061A

Tints of Venetian Red #D0061A

RGB

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

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

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

R = 86.67%
G = 2.5%
B = 10.83%

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

#D0061A (or 0xD0061A) is known color: Venetian Red. HEX triplet: D0, 06 and 1A. RGB value is (208,6,26). Sum of RGB (Red+Green+Blue) = 208+6+26=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D0061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0061A is #2FF9E5. Grayscale: #444444. Windows color (decimal): -3144166 or 1705680. OLE color: 1705680.

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

Color convert

RGB 208 6 26 -
CMYK 0 0.97 0.88 0.18
HSL 354.06º 0.94% 0.42% -
HSV(B) 354.06º 0.97% 0.82% -
XYZ 26.26 13.61 2.22 -
YUV 68.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 208 6 26 0 0.97 0.88 0.18 354.06 0.94 0.42
Hex D0 6 1A 0 61 58 12 162 5E 2A
Octal 320 6 32 0 141 130 22 542 136 52
Binary 11010000 110 11010 0 1100001 1011000 10010 101100010 1011110 101010

Color Harmonies of #D0061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0061A

Black with #D0061A

Text Example


Text Example

White with #D0061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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