Html Css Color HEX #D55827 Chilean Fire

📋 copy color: '#D55827'

red 213 ◦ green 88 ◦ blue 39

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

Shades of Chilean Fire #D55827

Tints of Chilean Fire #D55827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 62.65%
G = 25.88%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55827 (or 0xD55827) is known color: Chilean Fire. HEX triplet: D5, 58 and 27. RGB value is (213,88,39). Sum of RGB (Red+Green+Blue) = 213+88+39=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D55827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55827 is #2AA7D8. Grayscale: #787878. Windows color (decimal): -2795481 or 2578645. OLE color: 2578645.

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

Color convert

RGB 213 88 39 -
CMYK 0 0.59 0.82 0.16
HSL 16.9º 0.69% 0.49% -
HSV(B) 16.9º 0.82% 0.84% -
XYZ 31.3 21.27 4.38 -
YUV 119.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 213 88 39 0 0.59 0.82 0.16 16.9 0.69 0.49
Hex D5 58 27 0 3B 52 10 11 45 31
Octal 325 130 47 0 73 122 20 21 105 61
Binary 11010101 1011000 100111 0 111011 1010010 10000 10001 1000101 110001

Color Harmonies of #D55827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55827

Black with #D55827

Text Example


Text Example

White with #D55827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55827; }

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

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

background-color css

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

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

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

border-color css

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

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

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