Html Css Color HEX #DB4A27 Cinnabar

📋 copy color: '#DB4A27'

red 219 ◦ green 74 ◦ blue 39

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

Shades of Cinnabar #DB4A27

Tints of Cinnabar #DB4A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

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

R = 65.96%
G = 22.29%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB4A27 (or 0xDB4A27) is known color: Cinnabar. HEX triplet: DB, 4A and 27. RGB value is (219,74,39). Sum of RGB (Red+Green+Blue) = 219+74+39=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A27 is #24B5D8. Grayscale: #717171. Windows color (decimal): -2405849 or 2575067. OLE color: 2575067.

HSL color Cylindrical-coordinate representation of color #DB4A27: hue angle of 11.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 #DB4A27 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 39 -
CMYK 0 0.66 0.82 0.14
HSL 11.67º 0.71% 0.51% -
HSV(B) 11.67º 0.82% 0.86% -
XYZ 32.03 20.1 4.11 -
YUV 113.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 219 74 39 0 0.66 0.82 0.14 11.67 0.71 0.51
Hex DB 4A 27 0 42 52 E C 47 33
Octal 333 112 47 0 102 122 16 14 107 63
Binary 11011011 1001010 100111 0 1000010 1010010 1110 1100 1000111 110011

Color Harmonies of #DB4A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A27

Black with #DB4A27

Text Example


Text Example

White with #DB4A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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