Html Css Color HEX #D55822 Chilean Fire

📋 copy color: '#D55822'

red 213 ◦ green 88 ◦ blue 34

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

Shades of Chilean Fire #D55822

Tints of Chilean Fire #D55822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 63.58%
G = 26.27%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55822 (or 0xD55822) is known color: Chilean Fire. HEX triplet: D5, 58 and 22. RGB value is (213,88,34). Sum of RGB (Red+Green+Blue) = 213+88+34=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55822 is #2AA7DD. Grayscale: #777777. Windows color (decimal): -2795486 or 2250965. OLE color: 2250965.

HSL color Cylindrical-coordinate representation of color #D55822: hue angle of 18.1º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55822 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 34 -
CMYK 0 0.59 0.84 0.16
HSL 18.1º 0.72% 0.48% -
HSV(B) 18.1º 0.84% 0.84% -
XYZ 31.22 21.24 3.97 -
YUV 119.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 213 88 34 0 0.59 0.84 0.16 18.1 0.72 0.48
Hex D5 58 22 0 3B 54 10 12 48 30
Octal 325 130 42 0 73 124 20 22 110 60
Binary 11010101 1011000 100010 0 111011 1010100 10000 10010 1001000 110000

Color Harmonies of #D55822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55822

Black with #D55822

Text Example


Text Example

White with #D55822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55822; }

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

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

background-color css

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

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

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

border-color css

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

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

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