Html Css Color HEX #DB3F38 Cinnabar

📋 copy color: '#DB3F38'

red 219 ◦ green 63 ◦ blue 56

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

Shades of Cinnabar #DB3F38

Tints of Cinnabar #DB3F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 64.79%
G = 18.64%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3F38 (or 0xDB3F38) is known color: Cinnabar. HEX triplet: DB, 3F and 38. RGB value is (219,63,56). Sum of RGB (Red+Green+Blue) = 219+63+56=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F38 is #24C0C7. Grayscale: #6D6D6D. Windows color (decimal): -2408648 or 3686363. OLE color: 3686363.

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

Color convert

RGB 219 63 56 -
CMYK 0 0.71 0.74 0.14
HSL 2.58º 0.69% 0.54% -
HSV(B) 2.58º 0.74% 0.86% -
XYZ 31.7 18.9 5.72 -
YUV 108.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 219 63 56 0 0.71 0.74 0.14 2.58 0.69 0.54
Hex DB 3F 38 0 47 4A E 3 45 36
Octal 333 77 70 0 107 112 16 3 105 66
Binary 11011011 111111 111000 0 1000111 1001010 1110 11 1000101 110110

Color Harmonies of #DB3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F38

Black with #DB3F38

Text Example


Text Example

White with #DB3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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