Html Css Color HEX #D55321 Chilean Fire

📋 copy color: '#D55321'

red 213 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #D55321

Tints of Chilean Fire #D55321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 64.74%
G = 25.23%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55321 (or 0xD55321) is known color: Chilean Fire. HEX triplet: D5, 53 and 21. RGB value is (213,83,33). Sum of RGB (Red+Green+Blue) = 213+83+33=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55321 is #2AACDE. Grayscale: #747474. Windows color (decimal): -2796767 or 2184149. OLE color: 2184149.

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

Color convert

RGB 213 83 33 -
CMYK 0 0.61 0.85 0.16
HSL 16.67º 0.73% 0.48% -
HSV(B) 16.67º 0.85% 0.84% -
XYZ 30.81 20.44 3.76 -
YUV 116.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 213 83 33 0 0.61 0.85 0.16 16.67 0.73 0.48
Hex D5 53 21 0 3D 55 10 11 49 30
Octal 325 123 41 0 75 125 20 21 111 60
Binary 11010101 1010011 100001 0 111101 1010101 10000 10001 1001001 110000

Color Harmonies of #D55321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55321

Black with #D55321

Text Example


Text Example

White with #D55321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55321; }

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

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

background-color css

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

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

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

border-color css

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

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

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