Html Css Color HEX #DB463B Cinnabar

📋 copy color: '#DB463B'

red 219 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #DB463B

Tints of Cinnabar #DB463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 62.93%
G = 20.11%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB463B (or 0xDB463B) is known color: Cinnabar. HEX triplet: DB, 46 and 3B. RGB value is (219,70,59). Sum of RGB (Red+Green+Blue) = 219+70+59=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB463B is #24B9C4. Grayscale: #717171. Windows color (decimal): -2406853 or 3884763. OLE color: 3884763.

HSL color Cylindrical-coordinate representation of color #DB463B: hue angle of 4.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB463B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 59 -
CMYK 0 0.68 0.73 0.14
HSL 4.13º 0.69% 0.55% -
HSV(B) 4.13º 0.73% 0.86% -
XYZ 32.19 19.76 6.25 -
YUV 113.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 219 70 59 0 0.68 0.73 0.14 4.13 0.69 0.55
Hex DB 46 3B 0 44 49 E 4 45 37
Octal 333 106 73 0 104 111 16 4 105 67
Binary 11011011 1000110 111011 0 1000100 1001001 1110 100 1000101 110111

Color Harmonies of #DB463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB463B

Black with #DB463B

Text Example


Text Example

White with #DB463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB463B; }

 p { color: rgb(219,70,59); }

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

background-color css

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

 a { background-color: rgb(219,70,59); }

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

border-color css

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

 span { border-color: rgb(219,70,59); }

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