Html Css Color HEX #DA5831 Chilean Fire

📋 copy color: '#DA5831'

red 218 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #DA5831

Tints of Chilean Fire #DA5831

RGB

 RED value IS 218 (85.55% from 255) = 61.41%

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 61.41%
G = 24.79%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA5831 (or 0xDA5831) is known color: Chilean Fire. HEX triplet: DA, 58 and 31. RGB value is (218,88,49). Sum of RGB (Red+Green+Blue) = 218+88+49=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5831 is #25A7CE. Grayscale: #7A7A7A. Windows color (decimal): -2467791 or 3234010. OLE color: 3234010.

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

Color convert

RGB 218 88 49 -
CMYK 0 0.60 0.78 0.15
HSL 13.85º 0.7% 0.52% -
HSV(B) 13.85º 0.78% 0.85% -
XYZ 32.96 22.11 5.44 -
YUV 122.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 218 88 49 0 0.60 0.78 0.15 13.85 0.7 0.52
Hex DA 58 31 0 3C 4E F E 46 34
Octal 332 130 61 0 74 116 17 16 106 64
Binary 11011010 1011000 110001 0 111100 1001110 1111 1110 1000110 110100

Color Harmonies of #DA5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5831

Black with #DA5831

Text Example


Text Example

White with #DA5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5831; }

 p { color: rgb(218,88,49); }

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

background-color css

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

 a { background-color: rgb(218,88,49); }

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

border-color css

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

 span { border-color: rgb(218,88,49); }

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