Html Css Color HEX #D55F37 Chilean Fire

📋 copy color: '#D55F37'

red 213 ◦ green 95 ◦ blue 55

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

Shades of Chilean Fire #D55F37

Tints of Chilean Fire #D55F37

RGB

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

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

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

R = 58.68%
G = 26.17%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D55F37 (or 0xD55F37) is known color: Chilean Fire. HEX triplet: D5, 5F and 37. RGB value is (213,95,55). Sum of RGB (Red+Green+Blue) = 213+95+55=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F37 is #2AA0C8. Grayscale: #7D7D7D. Windows color (decimal): -2793673 or 3629013. OLE color: 3629013.

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

Color convert

RGB 213 95 55 -
CMYK 0 0.55 0.74 0.16
HSL 15.19º 0.65% 0.53% -
HSV(B) 15.19º 0.74% 0.84% -
XYZ 32.22 22.61 6.28 -
YUV 125.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 213 95 55 0 0.55 0.74 0.16 15.19 0.65 0.53
Hex D5 5F 37 0 37 4A 10 F 41 35
Octal 325 137 67 0 67 112 20 17 101 65
Binary 11010101 1011111 110111 0 110111 1001010 10000 1111 1000001 110101

Color Harmonies of #D55F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F37

Black with #D55F37

Text Example


Text Example

White with #D55F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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