Html Css Color HEX #D55239 Chilean Fire

📋 copy color: '#D55239'

red 213 ◦ green 82 ◦ blue 57

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

Shades of Chilean Fire #D55239

Tints of Chilean Fire #D55239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 60.51%
G = 23.3%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D55239 (or 0xD55239) is known color: Chilean Fire. HEX triplet: D5, 52 and 39. RGB value is (213,82,57). Sum of RGB (Red+Green+Blue) = 213+82+57=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D55239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55239 is #2AADC6. Grayscale: #767676. Windows color (decimal): -2796999 or 3756757. OLE color: 3756757.

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

Color convert

RGB 213 82 57 -
CMYK 0 0.62 0.73 0.16
HSL 9.62º 0.65% 0.53% -
HSV(B) 9.62º 0.73% 0.84% -
XYZ 31.2 20.48 6.18 -
YUV 118.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 213 82 57 0 0.62 0.73 0.16 9.62 0.65 0.53
Hex D5 52 39 0 3E 49 10 A 41 35
Octal 325 122 71 0 76 111 20 12 101 65
Binary 11010101 1010010 111001 0 111110 1001001 10000 1010 1000001 110101

Color Harmonies of #D55239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55239

Black with #D55239

Text Example


Text Example

White with #D55239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55239; }

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

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

background-color css

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

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

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

border-color css

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

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

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