Html Css Color HEX #D55E3C Chilean Fire

📋 copy color: '#D55E3C'

red 213 ◦ green 94 ◦ blue 60

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

Shades of Chilean Fire #D55E3C

Tints of Chilean Fire #D55E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 58.04%
G = 25.61%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D55E3C (or 0xD55E3C) is known color: Chilean Fire. HEX triplet: D5, 5E and 3C. RGB value is (213,94,60). Sum of RGB (Red+Green+Blue) = 213+94+60=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E3C is #2AA1C3. Grayscale: #7D7D7D. Windows color (decimal): -2793924 or 3956437. OLE color: 3956437.

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

Color convert

RGB 213 94 60 -
CMYK 0 0.56 0.72 0.16
HSL 13.33º 0.65% 0.54% -
HSV(B) 13.33º 0.72% 0.84% -
XYZ 32.26 22.48 6.91 -
YUV 125.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 213 94 60 0 0.56 0.72 0.16 13.33 0.65 0.54
Hex D5 5E 3C 0 38 48 10 D 41 36
Octal 325 136 74 0 70 110 20 15 101 66
Binary 11010101 1011110 111100 0 111000 1001000 10000 1101 1000001 110110

Color Harmonies of #D55E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E3C

Black with #D55E3C

Text Example


Text Example

White with #D55E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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