Html Css Color HEX #D55825 Chilean Fire

📋 copy color: '#D55825'

red 213 ◦ green 88 ◦ blue 37

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

Shades of Chilean Fire #D55825

Tints of Chilean Fire #D55825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 63.02%
G = 26.04%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55825 (or 0xD55825) is known color: Chilean Fire. HEX triplet: D5, 58 and 25. RGB value is (213,88,37). Sum of RGB (Red+Green+Blue) = 213+88+37=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D55825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55825 is #2AA7DA. Grayscale: #777777. Windows color (decimal): -2795483 or 2447573. OLE color: 2447573.

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

Color convert

RGB 213 88 37 -
CMYK 0 0.59 0.83 0.16
HSL 17.39º 0.7% 0.49% -
HSV(B) 17.39º 0.83% 0.84% -
XYZ 31.26 21.26 4.21 -
YUV 119.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 213 88 37 0 0.59 0.83 0.16 17.39 0.7 0.49
Hex D5 58 25 0 3B 53 10 11 46 31
Octal 325 130 45 0 73 123 20 21 106 61
Binary 11010101 1011000 100101 0 111011 1010011 10000 10001 1000110 110001

Color Harmonies of #D55825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55825

Black with #D55825

Text Example


Text Example

White with #D55825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55825; }

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

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

background-color css

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

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

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

border-color css

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

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

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