Html Css Color HEX #DB060A Venetian Red

📋 copy color: '#DB060A'

red 219 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #DB060A

Tints of Venetian Red #DB060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 93.19%
G = 2.55%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB060A (or 0xDB060A) is known color: Venetian Red. HEX triplet: DB, 06 and 0A. RGB value is (219,6,10). Sum of RGB (Red+Green+Blue) = 219+6+10=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB060A is #24F9F5. Grayscale: #464646. Windows color (decimal): -2423286 or 657115. OLE color: 657115.

HSL color Cylindrical-coordinate representation of color #DB060A: hue angle of 358.87º 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 #DB060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 10 -
CMYK 0 0.97 0.95 0.14
HSL 358.87º 0.95% 0.44% -
HSV(B) 358.87º 0.97% 0.86% -
XYZ 29.33 15.21 1.68 -
YUV 70.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 219 6 10 0 0.97 0.95 0.14 358.87 0.95 0.44
Hex DB 6 A 0 61 5F E 167 5F 2C
Octal 333 6 12 0 141 137 16 547 137 54
Binary 11011011 110 1010 0 1100001 1011111 1110 101100111 1011111 101100

Color Harmonies of #DB060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB060A

Black with #DB060A

Text Example


Text Example

White with #DB060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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