Html Css Color HEX #D55325 Chilean Fire

📋 copy color: '#D55325'

red 213 ◦ green 83 ◦ blue 37

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

Shades of Chilean Fire #D55325

Tints of Chilean Fire #D55325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 63.96%
G = 24.92%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55325 (or 0xD55325) is known color: Chilean Fire. HEX triplet: D5, 53 and 25. RGB value is (213,83,37). Sum of RGB (Red+Green+Blue) = 213+83+37=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55325 is #2AACDA. Grayscale: #747474. Windows color (decimal): -2796763 or 2446293. OLE color: 2446293.

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

Color convert

RGB 213 83 37 -
CMYK 0 0.61 0.83 0.16
HSL 15.68º 0.7% 0.49% -
HSV(B) 15.68º 0.83% 0.84% -
XYZ 30.87 20.47 4.07 -
YUV 116.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 213 83 37 0 0.61 0.83 0.16 15.68 0.7 0.49
Hex D5 53 25 0 3D 53 10 10 46 31
Octal 325 123 45 0 75 123 20 20 106 61
Binary 11010101 1010011 100101 0 111101 1010011 10000 10000 1000110 110001

Color Harmonies of #D55325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55325

Black with #D55325

Text Example


Text Example

White with #D55325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55325; }

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

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

background-color css

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

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

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

border-color css

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

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

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