Html Css Color HEX #DB4237 Cinnabar

📋 copy color: '#DB4237'

red 219 ◦ green 66 ◦ blue 55

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

Shades of Cinnabar #DB4237

Tints of Cinnabar #DB4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 64.41%
G = 19.41%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB4237 (or 0xDB4237) is known color: Cinnabar. HEX triplet: DB, 42 and 37. RGB value is (219,66,55). Sum of RGB (Red+Green+Blue) = 219+66+55=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4237 is #24BDC8. Grayscale: #6E6E6E. Windows color (decimal): -2407881 or 3621595. OLE color: 3621595.

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

Color convert

RGB 219 66 55 -
CMYK 0 0.70 0.75 0.14
HSL 4.02º 0.69% 0.54% -
HSV(B) 4.02º 0.75% 0.86% -
XYZ 31.85 19.23 5.65 -
YUV 110.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 219 66 55 0 0.70 0.75 0.14 4.02 0.69 0.54
Hex DB 42 37 0 46 4B E 4 45 36
Octal 333 102 67 0 106 113 16 4 105 66
Binary 11011011 1000010 110111 0 1000110 1001011 1110 100 1000101 110110

Color Harmonies of #DB4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4237

Black with #DB4237

Text Example


Text Example

White with #DB4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4237; }

 p { color: rgb(219,66,55); }

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

background-color css

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

 a { background-color: rgb(219,66,55); }

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

border-color css

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

 span { border-color: rgb(219,66,55); }

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