Html Css Color HEX #DB4635 Cinnabar

📋 copy color: '#DB4635'

red 219 ◦ green 70 ◦ blue 53

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

Shades of Cinnabar #DB4635

Tints of Cinnabar #DB4635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 64.04%
G = 20.47%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4635 (or 0xDB4635) is known color: Cinnabar. HEX triplet: DB, 46 and 35. RGB value is (219,70,53). Sum of RGB (Red+Green+Blue) = 219+70+53=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4635 is #24B9CA. Grayscale: #707070. Windows color (decimal): -2406859 or 3491547. OLE color: 3491547.

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

Color convert

RGB 219 70 53 -
CMYK 0 0.68 0.76 0.14
HSL 6.14º 0.7% 0.53% -
HSV(B) 6.14º 0.76% 0.86% -
XYZ 32.05 19.7 5.48 -
YUV 112.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 219 70 53 0 0.68 0.76 0.14 6.14 0.7 0.53
Hex DB 46 35 0 44 4C E 6 46 35
Octal 333 106 65 0 104 114 16 6 106 65
Binary 11011011 1000110 110101 0 1000100 1001100 1110 110 1000110 110101

Color Harmonies of #DB4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4635

Black with #DB4635

Text Example


Text Example

White with #DB4635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4635; }

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

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

background-color css

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

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

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

border-color css

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

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

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