Html Css Color HEX #D4582D Chilean Fire

📋 copy color: '#D4582D'

red 212 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #D4582D

Tints of Chilean Fire #D4582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 61.45%
G = 25.51%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4582D (or 0xD4582D) is known color: Chilean Fire. HEX triplet: D4, 58 and 2D. RGB value is (212,88,45). Sum of RGB (Red+Green+Blue) = 212+88+45=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4582D is #2BA7D2. Grayscale: #787878. Windows color (decimal): -2861011 or 2971860. OLE color: 2971860.

HSL color Cylindrical-coordinate representation of color #D4582D: hue angle of 15.45º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4582D is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 45 -
CMYK 0 0.58 0.79 0.17
HSL 15.45º 0.66% 0.5% -
HSV(B) 15.45º 0.79% 0.83% -
XYZ 31.11 21.17 4.93 -
YUV 120.17 85.58 193.5 -
System Red Green Blue C M Y K H S L
Decimal 212 88 45 0 0.58 0.79 0.17 15.45 0.66 0.5
Hex D4 58 2D 0 3A 4F 11 F 42 32
Octal 324 130 55 0 72 117 21 17 102 62
Binary 11010100 1011000 101101 0 111010 1001111 10001 1111 1000010 110010

Color Harmonies of #D4582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4582D

Black with #D4582D

Text Example


Text Example

White with #D4582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4582D; }

 p { color: rgb(212,88,45); }

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

background-color css

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

 a { background-color: rgb(212,88,45); }

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

border-color css

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

 span { border-color: rgb(212,88,45); }

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