Html Css Color HEX #DA5025 Chilean Fire

📋 copy color: '#DA5025'

red 218 ◦ green 80 ◦ blue 37

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

Shades of Chilean Fire #DA5025

Tints of Chilean Fire #DA5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 65.07%
G = 23.88%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA5025 (or 0xDA5025) is known color: Chilean Fire. HEX triplet: DA, 50 and 25. RGB value is (218,80,37). Sum of RGB (Red+Green+Blue) = 218+80+37=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5025 is #25AFDA. Grayscale: #747474. Windows color (decimal): -2469851 or 2445530. OLE color: 2445530.

HSL color Cylindrical-coordinate representation of color #DA5025: hue angle of 14.25º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5025 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 80 37 -
CMYK 0 0.63 0.83 0.15
HSL 14.25º 0.71% 0.5% -
HSV(B) 14.25º 0.83% 0.85% -
XYZ 32.12 20.78 4.07 -
YUV 116.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 218 80 37 0 0.63 0.83 0.15 14.25 0.71 0.5
Hex DA 50 25 0 3F 53 F E 47 32
Octal 332 120 45 0 77 123 17 16 107 62
Binary 11011010 1010000 100101 0 111111 1010011 1111 1110 1000111 110010

Color Harmonies of #DA5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5025

Black with #DA5025

Text Example


Text Example

White with #DA5025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5025; }

 p { color: rgb(218,80,37); }

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

background-color css

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

 a { background-color: rgb(218,80,37); }

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

border-color css

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

 span { border-color: rgb(218,80,37); }

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