Html Css Color HEX #D55526 Chilean Fire

📋 copy color: '#D55526'

red 213 ◦ green 85 ◦ blue 38

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

Shades of Chilean Fire #D55526

Tints of Chilean Fire #D55526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 63.39%
G = 25.3%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55526 (or 0xD55526) is known color: Chilean Fire. HEX triplet: D5, 55 and 26. RGB value is (213,85,38). Sum of RGB (Red+Green+Blue) = 213+85+38=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D55526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55526 is #2AAAD9. Grayscale: #767676. Windows color (decimal): -2796250 or 2512341. OLE color: 2512341.

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

Color convert

RGB 213 85 38 -
CMYK 0 0.60 0.82 0.16
HSL 16.11º 0.7% 0.49% -
HSV(B) 16.11º 0.82% 0.84% -
XYZ 31.04 20.78 4.21 -
YUV 117.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 213 85 38 0 0.60 0.82 0.16 16.11 0.7 0.49
Hex D5 55 26 0 3C 52 10 10 46 31
Octal 325 125 46 0 74 122 20 20 106 61
Binary 11010101 1010101 100110 0 111100 1010010 10000 10000 1000110 110001

Color Harmonies of #D55526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55526

Black with #D55526

Text Example


Text Example

White with #D55526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55526; }

 p { color: rgb(213,85,38); }

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

background-color css

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

 a { background-color: rgb(213,85,38); }

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

border-color css

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

 span { border-color: rgb(213,85,38); }

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