Html Css Color HEX #D55228 Chilean Fire

📋 copy color: '#D55228'

red 213 ◦ green 82 ◦ blue 40

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

Shades of Chilean Fire #D55228

Tints of Chilean Fire #D55228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 63.58%
G = 24.48%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D55228 (or 0xD55228) is known color: Chilean Fire. HEX triplet: D5, 52 and 28. RGB value is (213,82,40). Sum of RGB (Red+Green+Blue) = 213+82+40=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55228 is #2AADD7. Grayscale: #747474. Windows color (decimal): -2797016 or 2642645. OLE color: 2642645.

HSL color Cylindrical-coordinate representation of color #D55228: hue angle of 14.57º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D55228 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 40 -
CMYK 0 0.62 0.81 0.16
HSL 14.57º 0.68% 0.5% -
HSV(B) 14.57º 0.81% 0.84% -
XYZ 30.84 20.33 4.31 -
YUV 116.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 213 82 40 0 0.62 0.81 0.16 14.57 0.68 0.5
Hex D5 52 28 0 3E 51 10 F 44 32
Octal 325 122 50 0 76 121 20 17 104 62
Binary 11010101 1010010 101000 0 111110 1010001 10000 1111 1000100 110010

Color Harmonies of #D55228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55228

Black with #D55228

Text Example


Text Example

White with #D55228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55228; }

 p { color: rgb(213,82,40); }

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

background-color css

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

 a { background-color: rgb(213,82,40); }

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

border-color css

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

 span { border-color: rgb(213,82,40); }

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