Html Css Color HEX #DB060D Venetian Red

📋 copy color: '#DB060D'

red 219 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #DB060D

Tints of Venetian Red #DB060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 92.02%
G = 2.52%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB060D (or 0xDB060D) is known color: Venetian Red. HEX triplet: DB, 06 and 0D. RGB value is (219,6,13). Sum of RGB (Red+Green+Blue) = 219+6+13=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB060D is #24F9F2. Grayscale: #464646. Windows color (decimal): -2423283 or 853723. OLE color: 853723.

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

Color convert

RGB 219 6 13 -
CMYK 0 0.97 0.94 0.14
HSL 358.03º 0.95% 0.44% -
HSV(B) 358.03º 0.97% 0.86% -
XYZ 29.35 15.22 1.77 -
YUV 70.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 219 6 13 0 0.97 0.94 0.14 358.03 0.95 0.44
Hex DB 6 D 0 61 5E E 166 5F 2C
Octal 333 6 15 0 141 136 16 546 137 54
Binary 11011011 110 1101 0 1100001 1011110 1110 101100110 1011111 101100

Color Harmonies of #DB060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB060D

Black with #DB060D

Text Example


Text Example

White with #DB060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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