Html Css Color HEX #D55437 Chilean Fire

📋 copy color: '#D55437'

red 213 ◦ green 84 ◦ blue 55

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

Shades of Chilean Fire #D55437

Tints of Chilean Fire #D55437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 60.51%
G = 23.86%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D55437 (or 0xD55437) is known color: Chilean Fire. HEX triplet: D5, 54 and 37. RGB value is (213,84,55). Sum of RGB (Red+Green+Blue) = 213+84+55=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D55437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55437 is #2AABC8. Grayscale: #777777. Windows color (decimal): -2796489 or 3626197. OLE color: 3626197.

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

Color convert

RGB 213 84 55 -
CMYK 0 0.61 0.74 0.16
HSL 11.01º 0.65% 0.53% -
HSV(B) 11.01º 0.74% 0.84% -
XYZ 31.3 20.76 5.97 -
YUV 119.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 213 84 55 0 0.61 0.74 0.16 11.01 0.65 0.53
Hex D5 54 37 0 3D 4A 10 B 41 35
Octal 325 124 67 0 75 112 20 13 101 65
Binary 11010101 1010100 110111 0 111101 1001010 10000 1011 1000001 110101

Color Harmonies of #D55437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55437

Black with #D55437

Text Example


Text Example

White with #D55437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55437; }

 p { color: rgb(213,84,55); }

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

background-color css

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

 a { background-color: rgb(213,84,55); }

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

border-color css

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

 span { border-color: rgb(213,84,55); }

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