Html Css Color HEX #DA5223 Chilean Fire

📋 copy color: '#DA5223'

red 218 ◦ green 82 ◦ blue 35

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

Shades of Chilean Fire #DA5223

Tints of Chilean Fire #DA5223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 65.07%
G = 24.48%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA5223 (or 0xDA5223) is known color: Chilean Fire. HEX triplet: DA, 52 and 23. RGB value is (218,82,35). Sum of RGB (Red+Green+Blue) = 218+82+35=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5223 is #25ADDC. Grayscale: #757575. Windows color (decimal): -2469341 or 2314970. OLE color: 2314970.

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

Color convert

RGB 218 82 35 -
CMYK 0 0.62 0.84 0.15
HSL 15.41º 0.72% 0.5% -
HSV(B) 15.41º 0.84% 0.85% -
XYZ 32.23 21.06 3.96 -
YUV 117.31 81.56 199.82 -
System Red Green Blue C M Y K H S L
Decimal 218 82 35 0 0.62 0.84 0.15 15.41 0.72 0.5
Hex DA 52 23 0 3E 54 F F 48 32
Octal 332 122 43 0 76 124 17 17 110 62
Binary 11011010 1010010 100011 0 111110 1010100 1111 1111 1001000 110010

Color Harmonies of #DA5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5223

Black with #DA5223

Text Example


Text Example

White with #DA5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5223; }

 p { color: rgb(218,82,35); }

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

background-color css

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

 a { background-color: rgb(218,82,35); }

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

border-color css

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

 span { border-color: rgb(218,82,35); }

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