Html Css Color HEX #D55337 Chilean Fire

📋 copy color: '#D55337'

red 213 ◦ green 83 ◦ blue 55

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

Shades of Chilean Fire #D55337

Tints of Chilean Fire #D55337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 60.68%
G = 23.65%
B = 15.67%

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

#D55337 (or 0xD55337) is known color: Chilean Fire. HEX triplet: D5, 53 and 37. RGB value is (213,83,55). Sum of RGB (Red+Green+Blue) = 213+83+55=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D55337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55337 is #2AACC8. Grayscale: #767676. Windows color (decimal): -2796745 or 3625941. OLE color: 3625941.

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

Color convert

RGB 213 83 55 -
CMYK 0 0.61 0.74 0.16
HSL 10.63º 0.65% 0.53% -
HSV(B) 10.63º 0.74% 0.84% -
XYZ 31.22 20.61 5.95 -
YUV 118.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 213 83 55 0 0.61 0.74 0.16 10.63 0.65 0.53
Hex D5 53 37 0 3D 4A 10 B 41 35
Octal 325 123 67 0 75 112 20 13 101 65
Binary 11010101 1010011 110111 0 111101 1001010 10000 1011 1000001 110101

Color Harmonies of #D55337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55337

Black with #D55337

Text Example


Text Example

White with #D55337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55337; }

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

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

background-color css

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

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

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

border-color css

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

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

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