Html Css Color HEX #D55322 Chilean Fire

📋 copy color: '#D55322'

red 213 ◦ green 83 ◦ blue 34

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

Shades of Chilean Fire #D55322

Tints of Chilean Fire #D55322

RGB

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

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

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

R = 64.55%
G = 25.15%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55322 (or 0xD55322) is known color: Chilean Fire. HEX triplet: D5, 53 and 22. RGB value is (213,83,34). Sum of RGB (Red+Green+Blue) = 213+83+34=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D55322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55322 is #2AACDD. Grayscale: #747474. Windows color (decimal): -2796766 or 2249685. OLE color: 2249685.

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

Color convert

RGB 213 83 34 -
CMYK 0 0.61 0.84 0.16
HSL 16.42º 0.72% 0.48% -
HSV(B) 16.42º 0.84% 0.84% -
XYZ 30.82 20.45 3.84 -
YUV 116.28 81.57 196.98 -
System Red Green Blue C M Y K H S L
Decimal 213 83 34 0 0.61 0.84 0.16 16.42 0.72 0.48
Hex D5 53 22 0 3D 54 10 10 48 30
Octal 325 123 42 0 75 124 20 20 110 60
Binary 11010101 1010011 100010 0 111101 1010100 10000 10000 1001000 110000

Color Harmonies of #D55322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55322

Black with #D55322

Text Example


Text Example

White with #D55322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55322; }

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

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

background-color css

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

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

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

border-color css

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

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

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