Html Css Color HEX #DB5730 Chilean Fire

📋 copy color: '#DB5730'

red 219 ◦ green 87 ◦ blue 48

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

Shades of Chilean Fire #DB5730

Tints of Chilean Fire #DB5730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

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

R = 61.86%
G = 24.58%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5730 (or 0xDB5730) is known color: Chilean Fire. HEX triplet: DB, 57 and 30. RGB value is (219,87,48). Sum of RGB (Red+Green+Blue) = 219+87+48=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5730 is #24A8CF. Grayscale: #7A7A7A. Windows color (decimal): -2402512 or 3168219. OLE color: 3168219.

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

Color convert

RGB 219 87 48 -
CMYK 0 0.60 0.78 0.14
HSL 13.68º 0.7% 0.52% -
HSV(B) 13.68º 0.78% 0.86% -
XYZ 33.16 22.09 5.31 -
YUV 122.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 219 87 48 0 0.60 0.78 0.14 13.68 0.7 0.52
Hex DB 57 30 0 3C 4E E E 46 34
Octal 333 127 60 0 74 116 16 16 106 64
Binary 11011011 1010111 110000 0 111100 1001110 1110 1110 1000110 110100

Color Harmonies of #DB5730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5730

Black with #DB5730

Text Example


Text Example

White with #DB5730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5730; }

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

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

background-color css

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

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

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

border-color css

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

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

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