Html Css Color HEX #D55521 Chilean Fire

📋 copy color: '#D55521'

red 213 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D55521

Tints of Chilean Fire #D55521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 64.35%
G = 25.68%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55521 (or 0xD55521) is known color: Chilean Fire. HEX triplet: D5, 55 and 21. RGB value is (213,85,33). Sum of RGB (Red+Green+Blue) = 213+85+33=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55521 is #2AAADE. Grayscale: #757575. Windows color (decimal): -2796255 or 2184661. OLE color: 2184661.

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

Color convert

RGB 213 85 33 -
CMYK 0 0.60 0.85 0.16
HSL 17.33º 0.73% 0.48% -
HSV(B) 17.33º 0.85% 0.84% -
XYZ 30.96 20.75 3.81 -
YUV 117.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 213 85 33 0 0.60 0.85 0.16 17.33 0.73 0.48
Hex D5 55 21 0 3C 55 10 11 49 30
Octal 325 125 41 0 74 125 20 21 111 60
Binary 11010101 1010101 100001 0 111100 1010101 10000 10001 1001001 110000

Color Harmonies of #D55521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55521

Black with #D55521

Text Example


Text Example

White with #D55521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55521; }

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

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

background-color css

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

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

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

border-color css

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

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

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