Html Css Color HEX #DB3F27 Cinnabar

📋 copy color: '#DB3F27'

red 219 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #DB3F27

Tints of Cinnabar #DB3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 68.22%
G = 19.63%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB3F27 (or 0xDB3F27) is known color: Cinnabar. HEX triplet: DB, 3F and 27. RGB value is (219,63,39). Sum of RGB (Red+Green+Blue) = 219+63+39=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F27 is #24C0D8. Grayscale: #6B6B6B. Windows color (decimal): -2408665 or 2572251. OLE color: 2572251.

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

Color convert

RGB 219 63 39 -
CMYK 0 0.71 0.82 0.14
HSL 0.71% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 31.36 18.76 3.89 -
YUV 106.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 219 63 39 0 0.71 0.82 0.14 8 0.71 0.51
Hex DB 3F 27 0 47 52 E 8 47 33
Octal 333 77 47 0 107 122 16 10 107 63
Binary 11011011 111111 100111 0 1000111 1010010 1110 1000 1000111 110011

Color Harmonies of #DB3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F27

Black with #DB3F27

Text Example


Text Example

White with #DB3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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