Html Css Color HEX #D55826 Chilean Fire

📋 copy color: '#D55826'

red 213 ◦ green 88 ◦ blue 38

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

Shades of Chilean Fire #D55826

Tints of Chilean Fire #D55826

RGB

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

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

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

R = 62.83%
G = 25.96%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55826 (or 0xD55826) is known color: Chilean Fire. HEX triplet: D5, 58 and 26. RGB value is (213,88,38). Sum of RGB (Red+Green+Blue) = 213+88+38=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D55826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55826 is #2AA7D9. Grayscale: #787878. Windows color (decimal): -2795482 or 2513109. OLE color: 2513109.

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

Color convert

RGB 213 88 38 -
CMYK 0 0.59 0.82 0.16
HSL 17.14º 0.7% 0.49% -
HSV(B) 17.14º 0.82% 0.84% -
XYZ 31.28 21.27 4.29 -
YUV 119.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 213 88 38 0 0.59 0.82 0.16 17.14 0.7 0.49
Hex D5 58 26 0 3B 52 10 11 46 31
Octal 325 130 46 0 73 122 20 21 106 61
Binary 11010101 1011000 100110 0 111011 1010010 10000 10001 1000110 110001

Color Harmonies of #D55826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55826

Black with #D55826

Text Example


Text Example

White with #D55826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55826; }

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

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

background-color css

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

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

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

border-color css

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

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

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