Html Css Color HEX #DB583C Chilean Fire

📋 copy color: '#DB583C'

red 219 ◦ green 88 ◦ blue 60

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

Shades of Chilean Fire #DB583C

Tints of Chilean Fire #DB583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 59.67%
G = 23.98%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB583C (or 0xDB583C) is known color: Chilean Fire. HEX triplet: DB, 58 and 3C. RGB value is (219,88,60). Sum of RGB (Red+Green+Blue) = 219+88+60=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB583C is #24A7C3. Grayscale: #7C7C7C. Windows color (decimal): -2402244 or 3954907. OLE color: 3954907.

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

Color convert

RGB 219 88 60 -
CMYK 0 0.60 0.73 0.14
HSL 10.57º 0.69% 0.55% -
HSV(B) 10.57º 0.73% 0.86% -
XYZ 33.52 22.37 6.83 -
YUV 123.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 219 88 60 0 0.60 0.73 0.14 10.57 0.69 0.55
Hex DB 58 3C 0 3C 49 E B 45 37
Octal 333 130 74 0 74 111 16 13 105 67
Binary 11011011 1011000 111100 0 111100 1001001 1110 1011 1000101 110111

Color Harmonies of #DB583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB583C

Black with #DB583C

Text Example


Text Example

White with #DB583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB583C; }

 p { color: rgb(219,88,60); }

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

background-color css

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

 a { background-color: rgb(219,88,60); }

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

border-color css

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

 span { border-color: rgb(219,88,60); }

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