Html Css Color HEX #D55A39 Chilean Fire

📋 copy color: '#D55A39'

red 213 ◦ green 90 ◦ blue 57

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

Shades of Chilean Fire #D55A39

Tints of Chilean Fire #D55A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 59.17%
G = 25%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D55A39 (or 0xD55A39) is known color: Chilean Fire. HEX triplet: D5, 5A and 39. RGB value is (213,90,57). Sum of RGB (Red+Green+Blue) = 213+90+57=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A39 is #2AA5C6. Grayscale: #7B7B7B. Windows color (decimal): -2794951 or 3758805. OLE color: 3758805.

HSL color Cylindrical-coordinate representation of color #D55A39: hue angle of 12.69º 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 #D55A39 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 57 -
CMYK 0 0.58 0.73 0.16
HSL 12.69º 0.65% 0.53% -
HSV(B) 12.69º 0.73% 0.84% -
XYZ 31.84 21.75 6.39 -
YUV 123.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 213 90 57 0 0.58 0.73 0.16 12.69 0.65 0.53
Hex D5 5A 39 0 3A 49 10 D 41 35
Octal 325 132 71 0 72 111 20 15 101 65
Binary 11010101 1011010 111001 0 111010 1001001 10000 1101 1000001 110101

Color Harmonies of #D55A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A39

Black with #D55A39

Text Example


Text Example

White with #D55A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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