Html Css Color HEX #D55725 Chilean Fire

📋 copy color: '#D55725'

red 213 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #D55725

Tints of Chilean Fire #D55725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 63.2%
G = 25.82%
B = 10.98%

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

#D55725 (or 0xD55725) is known color: Chilean Fire. HEX triplet: D5, 57 and 25. RGB value is (213,87,37). Sum of RGB (Red+Green+Blue) = 213+87+37=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55725 is #2AA8DA. Grayscale: #777777. Windows color (decimal): -2795739 or 2447317. OLE color: 2447317.

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

Color convert

RGB 213 87 37 -
CMYK 0 0.59 0.83 0.16
HSL 17.05º 0.7% 0.49% -
HSV(B) 17.05º 0.83% 0.84% -
XYZ 31.18 21.1 4.18 -
YUV 118.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 213 87 37 0 0.59 0.83 0.16 17.05 0.7 0.49
Hex D5 57 25 0 3B 53 10 11 46 31
Octal 325 127 45 0 73 123 20 21 106 61
Binary 11010101 1010111 100101 0 111011 1010011 10000 10001 1000110 110001

Color Harmonies of #D55725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55725

Black with #D55725

Text Example


Text Example

White with #D55725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55725; }

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

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

background-color css

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

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

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

border-color css

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

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

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