Html Css Color HEX #D55636 Chilean Fire

📋 copy color: '#D55636'

red 213 ◦ green 86 ◦ blue 54

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

Shades of Chilean Fire #D55636

Tints of Chilean Fire #D55636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 54 (21.48% from 255) = 15.3%

R = 60.34%
G = 24.36%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55636 (or 0xD55636) is known color: Chilean Fire. HEX triplet: D5, 56 and 36. RGB value is (213,86,54). Sum of RGB (Red+Green+Blue) = 213+86+54=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D55636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55636 is #2AA9C9. Grayscale: #787878. Windows color (decimal): -2795978 or 3561173. OLE color: 3561173.

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

Color convert

RGB 213 86 54 -
CMYK 0 0.60 0.75 0.16
HSL 12.08º 0.65% 0.52% -
HSV(B) 12.08º 0.75% 0.84% -
XYZ 31.43 21.07 5.9 -
YUV 120.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 213 86 54 0 0.60 0.75 0.16 12.08 0.65 0.52
Hex D5 56 36 0 3C 4B 10 C 41 34
Octal 325 126 66 0 74 113 20 14 101 64
Binary 11010101 1010110 110110 0 111100 1001011 10000 1100 1000001 110100

Color Harmonies of #D55636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55636

Black with #D55636

Text Example


Text Example

White with #D55636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55636; }

 p { color: rgb(213,86,54); }

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

background-color css

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

 a { background-color: rgb(213,86,54); }

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

border-color css

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

 span { border-color: rgb(213,86,54); }

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