Html Css Color HEX #DB4427 Cinnabar

📋 copy color: '#DB4427'

red 219 ◦ green 68 ◦ blue 39

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

Shades of Cinnabar #DB4427

Tints of Cinnabar #DB4427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 67.18%
G = 20.86%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB4427 (or 0xDB4427) is known color: Cinnabar. HEX triplet: DB, 44 and 27. RGB value is (219,68,39). Sum of RGB (Red+Green+Blue) = 219+68+39=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4427 is #24BBD8. Grayscale: #6E6E6E. Windows color (decimal): -2407385 or 2573531. OLE color: 2573531.

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

Color convert

RGB 219 68 39 -
CMYK 0 0.69 0.82 0.14
HSL 9.67º 0.71% 0.51% -
HSV(B) 9.67º 0.82% 0.86% -
XYZ 31.65 19.34 3.98 -
YUV 109.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 219 68 39 0 0.69 0.82 0.14 9.67 0.71 0.51
Hex DB 44 27 0 45 52 E A 47 33
Octal 333 104 47 0 105 122 16 12 107 63
Binary 11011011 1000100 100111 0 1000101 1010010 1110 1010 1000111 110011

Color Harmonies of #DB4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4427

Black with #DB4427

Text Example


Text Example

White with #DB4427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4427; }

 p { color: rgb(219,68,39); }

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

background-color css

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

 a { background-color: rgb(219,68,39); }

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

border-color css

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

 span { border-color: rgb(219,68,39); }

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