Html Css Color HEX #D5553A Chilean Fire

📋 copy color: '#D5553A'

red 213 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #D5553A

Tints of Chilean Fire #D5553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 59.83%
G = 23.88%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5553A (or 0xD5553A) is known color: Chilean Fire. HEX triplet: D5, 55 and 3A. RGB value is (213,85,58). Sum of RGB (Red+Green+Blue) = 213+85+58=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5553A is #2AAAC5. Grayscale: #787878. Windows color (decimal): -2796230 or 3823061. OLE color: 3823061.

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

Color convert

RGB 213 85 58 -
CMYK 0 0.60 0.73 0.16
HSL 10.45º 0.65% 0.53% -
HSV(B) 10.45º 0.73% 0.84% -
XYZ 31.45 20.95 6.39 -
YUV 120.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 213 85 58 0 0.60 0.73 0.16 10.45 0.65 0.53
Hex D5 55 3A 0 3C 49 10 A 41 35
Octal 325 125 72 0 74 111 20 12 101 65
Binary 11010101 1010101 111010 0 111100 1001001 10000 1010 1000001 110101

Color Harmonies of #D5553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5553A

Black with #D5553A

Text Example


Text Example

White with #D5553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5553A; }

 p { color: rgb(213,85,58); }

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

background-color css

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

 a { background-color: rgb(213,85,58); }

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

border-color css

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

 span { border-color: rgb(213,85,58); }

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