Html Css Color HEX #DB4730 Cinnabar

📋 copy color: '#DB4730'

red 219 ◦ green 71 ◦ blue 48

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

Shades of Cinnabar #DB4730

Tints of Cinnabar #DB4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 64.79%
G = 21.01%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4730 (or 0xDB4730) is known color: Cinnabar. HEX triplet: DB, 47 and 30. RGB value is (219,71,48). Sum of RGB (Red+Green+Blue) = 219+71+48=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4730 is #24B8CF. Grayscale: #707070. Windows color (decimal): -2406608 or 3164123. OLE color: 3164123.

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

Color convert

RGB 219 71 48 -
CMYK 0 0.68 0.78 0.14
HSL 8.07º 0.7% 0.52% -
HSV(B) 8.07º 0.78% 0.86% -
XYZ 32 19.78 4.93 -
YUV 112.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 219 71 48 0 0.68 0.78 0.14 8.07 0.7 0.52
Hex DB 47 30 0 44 4E E 8 46 34
Octal 333 107 60 0 104 116 16 10 106 64
Binary 11011011 1000111 110000 0 1000100 1001110 1110 1000 1000110 110100

Color Harmonies of #DB4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4730

Black with #DB4730

Text Example


Text Example

White with #DB4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4730; }

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

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

background-color css

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

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

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

border-color css

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

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

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