Html Css Color HEX #D55627 Chilean Fire

📋 copy color: '#D55627'

red 213 ◦ green 86 ◦ blue 39

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

Shades of Chilean Fire #D55627

Tints of Chilean Fire #D55627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 63.02%
G = 25.44%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55627 (or 0xD55627) is known color: Chilean Fire. HEX triplet: D5, 56 and 27. RGB value is (213,86,39). Sum of RGB (Red+Green+Blue) = 213+86+39=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D55627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55627 is #2AA9D8. Grayscale: #767676. Windows color (decimal): -2795993 or 2578133. OLE color: 2578133.

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

Color convert

RGB 213 86 39 -
CMYK 0 0.60 0.82 0.16
HSL 16.21º 0.69% 0.49% -
HSV(B) 16.21º 0.82% 0.84% -
XYZ 31.13 20.95 4.32 -
YUV 118.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 213 86 39 0 0.60 0.82 0.16 16.21 0.69 0.49
Hex D5 56 27 0 3C 52 10 10 45 31
Octal 325 126 47 0 74 122 20 20 105 61
Binary 11010101 1010110 100111 0 111100 1010010 10000 10000 1000101 110001

Color Harmonies of #D55627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55627

Black with #D55627

Text Example


Text Example

White with #D55627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55627; }

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

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

background-color css

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

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

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

border-color css

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

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

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