Html Css Color HEX #D55631 Chilean Fire

📋 copy color: '#D55631'

red 213 ◦ green 86 ◦ blue 49

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

Shades of Chilean Fire #D55631

Tints of Chilean Fire #D55631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 61.21%
G = 24.71%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D55631 (or 0xD55631) is known color: Chilean Fire. HEX triplet: D5, 56 and 31. RGB value is (213,86,49). Sum of RGB (Red+Green+Blue) = 213+86+49=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D55631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55631 is #2AA9CE. Grayscale: #787878. Windows color (decimal): -2795983 or 3233493. OLE color: 3233493.

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

Color convert

RGB 213 86 49 -
CMYK 0 0.60 0.77 0.16
HSL 13.54º 0.66% 0.51% -
HSV(B) 13.54º 0.77% 0.84% -
XYZ 31.32 21.02 5.31 -
YUV 119.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 213 86 49 0 0.60 0.77 0.16 13.54 0.66 0.51
Hex D5 56 31 0 3C 4D 10 E 42 33
Octal 325 126 61 0 74 115 20 16 102 63
Binary 11010101 1010110 110001 0 111100 1001101 10000 1110 1000010 110011

Color Harmonies of #D55631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55631

Black with #D55631

Text Example


Text Example

White with #D55631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55631; }

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

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

background-color css

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

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

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

border-color css

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

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

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