Html Css Color HEX #DB031C Venetian Red

📋 copy color: '#DB031C'

red 219 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #DB031C

Tints of Venetian Red #DB031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 87.6%
G = 1.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB031C (or 0xDB031C) is known color: Venetian Red. HEX triplet: DB, 03 and 1C. RGB value is (219,3,28). Sum of RGB (Red+Green+Blue) = 219+3+28=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB031C is #24FCE3. Grayscale: #464646. Windows color (decimal): -2424036 or 1835995. OLE color: 1835995.

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

Color convert

RGB 219 3 28 -
CMYK 0 0.99 0.87 0.14
HSL 353.06º 0.97% 0.44% -
HSV(B) 353.06º 0.99% 0.86% -
XYZ 29.46 15.21 2.48 -
YUV 70.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 219 3 28 0 0.99 0.87 0.14 353.06 0.97 0.44
Hex DB 3 1C 0 63 57 E 161 61 2C
Octal 333 3 34 0 143 127 16 541 141 54
Binary 11011011 11 11100 0 1100011 1010111 1110 101100001 1100001 101100

Color Harmonies of #DB031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB031C

Black with #DB031C

Text Example


Text Example

White with #DB031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB031C; }

 p { color: rgb(219,3,28); }

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

background-color css

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

 a { background-color: rgb(219,3,28); }

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

border-color css

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

 span { border-color: rgb(219,3,28); }

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