Html Css Color HEX #D55F39 Chilean Fire

📋 copy color: '#D55F39'

red 213 ◦ green 95 ◦ blue 57

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

Shades of Chilean Fire #D55F39

Tints of Chilean Fire #D55F39

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 58.36%
G = 26.03%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D55F39 (or 0xD55F39) is known color: Chilean Fire. HEX triplet: D5, 5F and 39. RGB value is (213,95,57). Sum of RGB (Red+Green+Blue) = 213+95+57=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F39 is #2AA0C6. Grayscale: #7E7E7E. Windows color (decimal): -2793671 or 3760085. OLE color: 3760085.

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

Color convert

RGB 213 95 57 -
CMYK 0 0.55 0.73 0.16
HSL 14.62º 0.65% 0.53% -
HSV(B) 14.62º 0.73% 0.84% -
XYZ 32.27 22.63 6.54 -
YUV 125.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 213 95 57 0 0.55 0.73 0.16 14.62 0.65 0.53
Hex D5 5F 39 0 37 49 10 F 41 35
Octal 325 137 71 0 67 111 20 17 101 65
Binary 11010101 1011111 111001 0 110111 1001001 10000 1111 1000001 110101

Color Harmonies of #D55F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F39

Black with #D55F39

Text Example


Text Example

White with #D55F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F39; }

 p { color: rgb(213,95,57); }

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

background-color css

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

 a { background-color: rgb(213,95,57); }

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

border-color css

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

 span { border-color: rgb(213,95,57); }

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