Html Css Color HEX #D55A3C Chilean Fire

📋 copy color: '#D55A3C'

red 213 ◦ green 90 ◦ blue 60

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

Shades of Chilean Fire #D55A3C

Tints of Chilean Fire #D55A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 58.68%
G = 24.79%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D55A3C (or 0xD55A3C) is known color: Chilean Fire. HEX triplet: D5, 5A and 3C. RGB value is (213,90,60). Sum of RGB (Red+Green+Blue) = 213+90+60=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A3C is #2AA5C3. Grayscale: #7B7B7B. Windows color (decimal): -2794948 or 3955413. OLE color: 3955413.

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

Color convert

RGB 213 90 60 -
CMYK 0 0.58 0.72 0.16
HSL 11.76º 0.65% 0.54% -
HSV(B) 11.76º 0.72% 0.84% -
XYZ 31.91 21.78 6.8 -
YUV 123.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 213 90 60 0 0.58 0.72 0.16 11.76 0.65 0.54
Hex D5 5A 3C 0 3A 48 10 C 41 36
Octal 325 132 74 0 72 110 20 14 101 66
Binary 11010101 1011010 111100 0 111010 1001000 10000 1100 1000001 110110

Color Harmonies of #D55A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A3C

Black with #D55A3C

Text Example


Text Example

White with #D55A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A3C; }

 p { color: rgb(213,90,60); }

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

background-color css

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

 a { background-color: rgb(213,90,60); }

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

border-color css

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

 span { border-color: rgb(213,90,60); }

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