Html Css Color HEX #D55524 Chilean Fire

📋 copy color: '#D55524'

red 213 ◦ green 85 ◦ blue 36

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

Shades of Chilean Fire #D55524

Tints of Chilean Fire #D55524

RGB

 RED value IS 213 (83.59% from 255) = 63.77%

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 36 (14.45% from 255) = 10.78%

R = 63.77%
G = 25.45%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55524 (or 0xD55524) is known color: Chilean Fire. HEX triplet: D5, 55 and 24. RGB value is (213,85,36). Sum of RGB (Red+Green+Blue) = 213+85+36=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55524 is #2AAADB. Grayscale: #767676. Windows color (decimal): -2796252 or 2381269. OLE color: 2381269.

HSL color Cylindrical-coordinate representation of color #D55524: hue angle of 16.61º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D55524 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 85 36 -
CMYK 0 0.60 0.83 0.16
HSL 16.61º 0.71% 0.49% -
HSV(B) 16.61º 0.83% 0.84% -
XYZ 31.01 20.77 4.04 -
YUV 117.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 213 85 36 0 0.60 0.83 0.16 16.61 0.71 0.49
Hex D5 55 24 0 3C 53 10 11 47 31
Octal 325 125 44 0 74 123 20 21 107 61
Binary 11010101 1010101 100100 0 111100 1010011 10000 10001 1000111 110001

Color Harmonies of #D55524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55524

Black with #D55524

Text Example


Text Example

White with #D55524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55524; }

 p { color: rgb(213,85,36); }

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

background-color css

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

 a { background-color: rgb(213,85,36); }

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

border-color css

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

 span { border-color: rgb(213,85,36); }

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