Html Css Color HEX #DB4538 Cinnabar

📋 copy color: '#DB4538'

red 219 ◦ green 69 ◦ blue 56

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

Shades of Cinnabar #DB4538

Tints of Cinnabar #DB4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 63.66%
G = 20.06%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB4538 (or 0xDB4538) is known color: Cinnabar. HEX triplet: DB, 45 and 38. RGB value is (219,69,56). Sum of RGB (Red+Green+Blue) = 219+69+56=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4538 is #24BAC7. Grayscale: #707070. Windows color (decimal): -2407112 or 3687899. OLE color: 3687899.

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

Color convert

RGB 219 69 56 -
CMYK 0 0.68 0.74 0.14
HSL 4.79º 0.69% 0.54% -
HSV(B) 4.79º 0.74% 0.86% -
XYZ 32.06 19.6 5.84 -
YUV 112.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 219 69 56 0 0.68 0.74 0.14 4.79 0.69 0.54
Hex DB 45 38 0 44 4A E 5 45 36
Octal 333 105 70 0 104 112 16 5 105 66
Binary 11011011 1000101 111000 0 1000100 1001010 1110 101 1000101 110110

Color Harmonies of #DB4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4538

Black with #DB4538

Text Example


Text Example

White with #DB4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4538; }

 p { color: rgb(219,69,56); }

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

background-color css

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

 a { background-color: rgb(219,69,56); }

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

border-color css

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

 span { border-color: rgb(219,69,56); }

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