Html Css Color HEX #DB4B27 Cinnabar

📋 copy color: '#DB4B27'

red 219 ◦ green 75 ◦ blue 39

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

Shades of Cinnabar #DB4B27

Tints of Cinnabar #DB4B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 65.77%
G = 22.52%
B = 11.71%

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

#DB4B27 (or 0xDB4B27) is known color: Cinnabar. HEX triplet: DB, 4B and 27. RGB value is (219,75,39). Sum of RGB (Red+Green+Blue) = 219+75+39=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B27 is #24B4D8. Grayscale: #727272. Windows color (decimal): -2405593 or 2575323. OLE color: 2575323.

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

Color convert

RGB 219 75 39 -
CMYK 0 0.66 0.82 0.14
HSL 12º 0.71% 0.51% -
HSV(B) 12º 0.82% 0.86% -
XYZ 32.1 20.24 4.13 -
YUV 113.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 219 75 39 0 0.66 0.82 0.14 12 0.71 0.51
Hex DB 4B 27 0 42 52 E C 47 33
Octal 333 113 47 0 102 122 16 14 107 63
Binary 11011011 1001011 100111 0 1000010 1010010 1110 1100 1000111 110011

Color Harmonies of #DB4B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B27

Black with #DB4B27

Text Example


Text Example

White with #DB4B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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