Html Css Color HEX #DB4330 Cinnabar

📋 copy color: '#DB4330'

red 219 ◦ green 67 ◦ blue 48

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

Shades of Cinnabar #DB4330

Tints of Cinnabar #DB4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 65.57%
G = 20.06%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4330 (or 0xDB4330) is known color: Cinnabar. HEX triplet: DB, 43 and 30. RGB value is (219,67,48). Sum of RGB (Red+Green+Blue) = 219+67+48=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4330 is #24BCCF. Grayscale: #6E6E6E. Windows color (decimal): -2407632 or 3163099. OLE color: 3163099.

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

Color convert

RGB 219 67 48 -
CMYK 0 0.69 0.78 0.14
HSL 6.67º 0.7% 0.52% -
HSV(B) 6.67º 0.78% 0.86% -
XYZ 31.75 19.29 4.85 -
YUV 110.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 219 67 48 0 0.69 0.78 0.14 6.67 0.7 0.52
Hex DB 43 30 0 45 4E E 7 46 34
Octal 333 103 60 0 105 116 16 7 106 64
Binary 11011011 1000011 110000 0 1000101 1001110 1110 111 1000110 110100

Color Harmonies of #DB4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4330

Black with #DB4330

Text Example


Text Example

White with #DB4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4330; }

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

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

background-color css

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

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

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

border-color css

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

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

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