Html Css Color HEX #D5521E Chilean Fire

📋 copy color: '#D5521E'

red 213 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #D5521E

Tints of Chilean Fire #D5521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 65.54%
G = 25.23%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5521E (or 0xD5521E) is known color: Chilean Fire. HEX triplet: D5, 52 and 1E. RGB value is (213,82,30). Sum of RGB (Red+Green+Blue) = 213+82+30=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5521E is #2AADE1. Grayscale: #737373. Windows color (decimal): -2797026 or 1987285. OLE color: 1987285.

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

Color convert

RGB 213 82 30 -
CMYK 0 0.62 0.86 0.16
HSL 17.05º 0.75% 0.48% -
HSV(B) 17.05º 0.86% 0.84% -
XYZ 30.69 20.27 3.52 -
YUV 115.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 213 82 30 0 0.62 0.86 0.16 17.05 0.75 0.48
Hex D5 52 1E 0 3E 56 10 11 4B 30
Octal 325 122 36 0 76 126 20 21 113 60
Binary 11010101 1010010 11110 0 111110 1010110 10000 10001 1001011 110000

Color Harmonies of #D5521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5521E

Black with #D5521E

Text Example


Text Example

White with #D5521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5521E; }

 p { color: rgb(213,82,30); }

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

background-color css

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

 a { background-color: rgb(213,82,30); }

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

border-color css

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

 span { border-color: rgb(213,82,30); }

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