Html Css Color HEX #DB0025 Venetian Red

📋 copy color: '#DB0025'

red 219 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #DB0025

Tints of Venetian Red #DB0025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 85.55%
G = 0%
B = 14.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0025 (or 0xDB0025) is known color: Venetian Red. HEX triplet: DB, 00 and 25. RGB value is (219,0,37). Sum of RGB (Red+Green+Blue) = 219+0+37=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0025 is #24FFDA. Grayscale: #454545. Windows color (decimal): -2424795 or 2425051. OLE color: 2425051.

HSL color Cylindrical-coordinate representation of color #DB0025: hue angle of 349.86º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0025 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 37 -
CMYK 0 1 0.83 0.14
HSL 349.86º 1% 0.43% -
HSV(B) 349.86º 1% 0.86% -
XYZ 29.55 15.19 3.13 -
YUV 69.7 109.55 234.49 -
System Red Green Blue C M Y K H S L
Decimal 219 0 37 0 1 0.83 0.14 349.86 1 0.43
Hex DB 0 25 0 64 53 E 15E 64 2B
Octal 333 0 45 0 144 123 16 536 144 53
Binary 11011011 0 100101 0 1100100 1010011 1110 101011110 1100100 101011

Color Harmonies of #DB0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0025

Black with #DB0025

Text Example


Text Example

White with #DB0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0025; }

 p { color: rgb(219,0,37); }

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

background-color css

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

 a { background-color: rgb(219,0,37); }

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

border-color css

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

 span { border-color: rgb(219,0,37); }

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