Html Css Color HEX #D4521F Chilean Fire

📋 copy color: '#D4521F'

red 212 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #D4521F

Tints of Chilean Fire #D4521F

RGB

 RED value IS 212 (83.2% from 255) = 65.23%

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 65.23%
G = 25.23%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4521F (or 0xD4521F) is known color: Chilean Fire. HEX triplet: D4, 52 and 1F. RGB value is (212,82,31). Sum of RGB (Red+Green+Blue) = 212+82+31=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4521F is #2BADE0. Grayscale: #737373. Windows color (decimal): -2862561 or 2052820. OLE color: 2052820.

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

Color convert

RGB 212 82 31 -
CMYK 0 0.61 0.85 0.17
HSL 16.91º 0.74% 0.48% -
HSV(B) 16.91º 0.85% 0.83% -
XYZ 30.42 20.13 3.58 -
YUV 115.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 212 82 31 0 0.61 0.85 0.17 16.91 0.74 0.48
Hex D4 52 1F 0 3D 55 11 11 4A 30
Octal 324 122 37 0 75 125 21 21 112 60
Binary 11010100 1010010 11111 0 111101 1010101 10001 10001 1001010 110000

Color Harmonies of #D4521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4521F

Black with #D4521F

Text Example


Text Example

White with #D4521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4521F; }

 p { color: rgb(212,82,31); }

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

background-color css

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

 a { background-color: rgb(212,82,31); }

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

border-color css

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

 span { border-color: rgb(212,82,31); }

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