Html Css Color HEX #DB3F30 Cinnabar

📋 copy color: '#DB3F30'

red 219 ◦ green 63 ◦ blue 48

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

Shades of Cinnabar #DB3F30

Tints of Cinnabar #DB3F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 66.36%
G = 19.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3F30 (or 0xDB3F30) is known color: Cinnabar. HEX triplet: DB, 3F and 30. RGB value is (219,63,48). Sum of RGB (Red+Green+Blue) = 219+63+48=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F30 is #24C0CF. Grayscale: #6C6C6C. Windows color (decimal): -2408656 or 3162075. OLE color: 3162075.

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

Color convert

RGB 219 63 48 -
CMYK 0 0.71 0.78 0.14
HSL 5.26º 0.7% 0.52% -
HSV(B) 5.26º 0.78% 0.86% -
XYZ 31.52 18.83 4.77 -
YUV 107.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 219 63 48 0 0.71 0.78 0.14 5.26 0.7 0.52
Hex DB 3F 30 0 47 4E E 5 46 34
Octal 333 77 60 0 107 116 16 5 106 64
Binary 11011011 111111 110000 0 1000111 1001110 1110 101 1000110 110100

Color Harmonies of #DB3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F30

Black with #DB3F30

Text Example


Text Example

White with #DB3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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