Html Css Color HEX #DB061C Venetian Red

📋 copy color: '#DB061C'

red 219 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #DB061C

Tints of Venetian Red #DB061C

RGB

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

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

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

R = 86.56%
G = 2.37%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB061C (or 0xDB061C) is known color: Venetian Red. HEX triplet: DB, 06 and 1C. RGB value is (219,6,28). Sum of RGB (Red+Green+Blue) = 219+6+28=253 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.56% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 219 - color contains mainly: red. Hex color #DB061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB061C is #24F9E3. Grayscale: #484848. Windows color (decimal): -2423268 or 1836763. OLE color: 1836763.

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

Color convert

RGB 219 6 28 -
CMYK 0 0.97 0.87 0.14
HSL 353.8º 0.95% 0.44% -
HSV(B) 353.8º 0.97% 0.86% -
XYZ 29.49 15.27 2.49 -
YUV 72.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 219 6 28 0 0.97 0.87 0.14 353.8 0.95 0.44
Hex DB 6 1C 0 61 57 E 162 5F 2C
Octal 333 6 34 0 141 127 16 542 137 54
Binary 11011011 110 11100 0 1100001 1010111 1110 101100010 1011111 101100

Color Harmonies of #DB061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB061C

Black with #DB061C

Text Example


Text Example

White with #DB061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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