Html Css Color HEX #DB061A Venetian Red

📋 copy color: '#DB061A'

red 219 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #DB061A

Tints of Venetian Red #DB061A

RGB

 RED value IS 219 (85.94% from 255) = 87.25%

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

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

R = 87.25%
G = 2.39%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB061A (or 0xDB061A) is known color: Venetian Red. HEX triplet: DB, 06 and 1A. RGB value is (219,6,26). Sum of RGB (Red+Green+Blue) = 219+6+26=251 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.25% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 219 - color contains mainly: red. Hex color #DB061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB061A is #24F9E5. Grayscale: #484848. Windows color (decimal): -2423270 or 1705691. OLE color: 1705691.

HSL color Cylindrical-coordinate representation of color #DB061A: hue angle of 354.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 26 -
CMYK 0 0.97 0.88 0.14
HSL 354.37º 0.95% 0.44% -
HSV(B) 354.37º 0.97% 0.86% -
XYZ 29.47 15.26 2.37 -
YUV 71.97 102.07 232.87 -
System Red Green Blue C M Y K H S L
Decimal 219 6 26 0 0.97 0.88 0.14 354.37 0.95 0.44
Hex DB 6 1A 0 61 58 E 162 5F 2C
Octal 333 6 32 0 141 130 16 542 137 54
Binary 11011011 110 11010 0 1100001 1011000 1110 101100010 1011111 101100

Color Harmonies of #DB061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB061A

Black with #DB061A

Text Example


Text Example

White with #DB061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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