Html Css Color HEX #DB4727 Cinnabar

📋 copy color: '#DB4727'

red 219 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #DB4727

Tints of Cinnabar #DB4727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 66.57%
G = 21.58%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB4727 (or 0xDB4727) is known color: Cinnabar. HEX triplet: DB, 47 and 27. RGB value is (219,71,39). Sum of RGB (Red+Green+Blue) = 219+71+39=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4727 is #24B8D8. Grayscale: #6F6F6F. Windows color (decimal): -2406617 or 2574299. OLE color: 2574299.

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

Color convert

RGB 219 71 39 -
CMYK 0 0.68 0.82 0.14
HSL 10.67º 0.71% 0.51% -
HSV(B) 10.67º 0.82% 0.86% -
XYZ 31.83 19.71 4.05 -
YUV 111.6 87.03 204.6 -
System Red Green Blue C M Y K H S L
Decimal 219 71 39 0 0.68 0.82 0.14 10.67 0.71 0.51
Hex DB 47 27 0 44 52 E B 47 33
Octal 333 107 47 0 104 122 16 13 107 63
Binary 11011011 1000111 100111 0 1000100 1010010 1110 1011 1000111 110011

Color Harmonies of #DB4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4727

Black with #DB4727

Text Example


Text Example

White with #DB4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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