Html Css Color HEX #D5592F Chilean Fire

📋 copy color: '#D5592F'

red 213 ◦ green 89 ◦ blue 47

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

Shades of Chilean Fire #D5592F

Tints of Chilean Fire #D5592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 61.03%
G = 25.5%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5592F (or 0xD5592F) is known color: Chilean Fire. HEX triplet: D5, 59 and 2F. RGB value is (213,89,47). Sum of RGB (Red+Green+Blue) = 213+89+47=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D5592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5592F is #2AA6D0. Grayscale: #797979. Windows color (decimal): -2795217 or 3103189. OLE color: 3103189.

HSL color Cylindrical-coordinate representation of color #D5592F: hue angle of 15.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5592F is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 47 -
CMYK 0 0.58 0.78 0.16
HSL 15.18º 0.66% 0.51% -
HSV(B) 15.18º 0.78% 0.84% -
XYZ 31.53 21.5 5.18 -
YUV 121.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 213 89 47 0 0.58 0.78 0.16 15.18 0.66 0.51
Hex D5 59 2F 0 3A 4E 10 F 42 33
Octal 325 131 57 0 72 116 20 17 102 63
Binary 11010101 1011001 101111 0 111010 1001110 10000 1111 1000010 110011

Color Harmonies of #D5592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5592F

Black with #D5592F

Text Example


Text Example

White with #D5592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5592F; }

 p { color: rgb(213,89,47); }

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

background-color css

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

 a { background-color: rgb(213,89,47); }

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

border-color css

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

 span { border-color: rgb(213,89,47); }

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