Html Css Color HEX #DB0619 Venetian Red

📋 copy color: '#DB0619'

red 219 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #DB0619

Tints of Venetian Red #DB0619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 87.6%
G = 2.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0619 (or 0xDB0619) is known color: Venetian Red. HEX triplet: DB, 06 and 19. RGB value is (219,6,25). Sum of RGB (Red+Green+Blue) = 219+6+25=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0619 is #24F9E6. Grayscale: #474747. Windows color (decimal): -2423271 or 1640155. OLE color: 1640155.

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

Color convert

RGB 219 6 25 -
CMYK 0 0.97 0.89 0.14
HSL 354.65º 0.95% 0.44% -
HSV(B) 354.65º 0.97% 0.86% -
XYZ 29.45 15.26 2.31 -
YUV 71.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 219 6 25 0 0.97 0.89 0.14 354.65 0.95 0.44
Hex DB 6 19 0 61 59 E 163 5F 2C
Octal 333 6 31 0 141 131 16 543 137 54
Binary 11011011 110 11001 0 1100001 1011001 1110 101100011 1011111 101100

Color Harmonies of #DB0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0619

Black with #DB0619

Text Example


Text Example

White with #DB0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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