Html Css Color HEX #D55538 Chilean Fire

📋 copy color: '#D55538'

red 213 ◦ green 85 ◦ blue 56

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

Shades of Chilean Fire #D55538

Tints of Chilean Fire #D55538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 60.17%
G = 24.01%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D55538 (or 0xD55538) is known color: Chilean Fire. HEX triplet: D5, 55 and 38. RGB value is (213,85,56). Sum of RGB (Red+Green+Blue) = 213+85+56=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D55538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55538 is #2AAAC7. Grayscale: #787878. Windows color (decimal): -2796232 or 3691989. OLE color: 3691989.

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

Color convert

RGB 213 85 56 -
CMYK 0 0.60 0.74 0.16
HSL 11.08º 0.65% 0.53% -
HSV(B) 11.08º 0.74% 0.84% -
XYZ 31.4 20.93 6.13 -
YUV 119.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 213 85 56 0 0.60 0.74 0.16 11.08 0.65 0.53
Hex D5 55 38 0 3C 4A 10 B 41 35
Octal 325 125 70 0 74 112 20 13 101 65
Binary 11010101 1010101 111000 0 111100 1001010 10000 1011 1000001 110101

Color Harmonies of #D55538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55538

Black with #D55538

Text Example


Text Example

White with #D55538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55538; }

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

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

background-color css

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

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

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

border-color css

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

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

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