Html Css Color HEX #D5532F Chilean Fire

📋 copy color: '#D5532F'

red 213 ◦ green 83 ◦ blue 47

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

Shades of Chilean Fire #D5532F

Tints of Chilean Fire #D5532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 62.1%
G = 24.2%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5532F (or 0xD5532F) is known color: Chilean Fire. HEX triplet: D5, 53 and 2F. RGB value is (213,83,47). Sum of RGB (Red+Green+Blue) = 213+83+47=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5532F is #2AACD0. Grayscale: #767676. Windows color (decimal): -2796753 or 3101653. OLE color: 3101653.

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

Color convert

RGB 213 83 47 -
CMYK 0 0.61 0.78 0.16
HSL 13.01º 0.66% 0.51% -
HSV(B) 13.01º 0.78% 0.84% -
XYZ 31.05 20.54 5.02 -
YUV 117.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 213 83 47 0 0.61 0.78 0.16 13.01 0.66 0.51
Hex D5 53 2F 0 3D 4E 10 D 42 33
Octal 325 123 57 0 75 116 20 15 102 63
Binary 11010101 1010011 101111 0 111101 1001110 10000 1101 1000010 110011

Color Harmonies of #D5532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5532F

Black with #D5532F

Text Example


Text Example

White with #D5532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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