Html Css Color HEX #DB010C Venetian Red

📋 copy color: '#DB010C'

red 219 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #DB010C

Tints of Venetian Red #DB010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 94.4%
G = 0.43%
B = 5.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB010C (or 0xDB010C) is known color: Venetian Red. HEX triplet: DB, 01 and 0C. RGB value is (219,1,12). Sum of RGB (Red+Green+Blue) = 219+1+12=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB010C is #24FEF3. Grayscale: #434343. Windows color (decimal): -2424564 or 786907. OLE color: 786907.

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

Color convert

RGB 219 1 12 -
CMYK 0 1.00 0.95 0.14
HSL 356.97º 0.99% 0.43% -
HSV(B) 356.97º 1% 0.86% -
XYZ 29.29 15.11 1.72 -
YUV 67.44 96.72 236.11 -
System Red Green Blue C M Y K H S L
Decimal 219 1 12 0 1.00 0.95 0.14 356.97 0.99 0.43
Hex DB 1 C 0 64 5F E 165 63 2B
Octal 333 1 14 0 144 137 16 545 143 53
Binary 11011011 1 1100 0 1100100 1011111 1110 101100101 1100011 101011

Color Harmonies of #DB010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB010C

Black with #DB010C

Text Example


Text Example

White with #DB010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB010C; }

 p { color: rgb(219,1,12); }

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

background-color css

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

 a { background-color: rgb(219,1,12); }

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

border-color css

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

 span { border-color: rgb(219,1,12); }

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