Html Css Color HEX #D4552E Chilean Fire

📋 copy color: '#D4552E'

red 212 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #D4552E

Tints of Chilean Fire #D4552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 61.81%
G = 24.78%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4552E (or 0xD4552E) is known color: Chilean Fire. HEX triplet: D4, 55 and 2E. RGB value is (212,85,46). Sum of RGB (Red+Green+Blue) = 212+85+46=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4552E is #2BAAD1. Grayscale: #767676. Windows color (decimal): -2861778 or 3036628. OLE color: 3036628.

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

Color convert

RGB 212 85 46 -
CMYK 0 0.60 0.78 0.17
HSL 14.1º 0.66% 0.51% -
HSV(B) 14.1º 0.78% 0.83% -
XYZ 30.89 20.69 4.95 -
YUV 118.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 212 85 46 0 0.60 0.78 0.17 14.1 0.66 0.51
Hex D4 55 2E 0 3C 4E 11 E 42 33
Octal 324 125 56 0 74 116 21 16 102 63
Binary 11010100 1010101 101110 0 111100 1001110 10001 1110 1000010 110011

Color Harmonies of #D4552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4552E

Black with #D4552E

Text Example


Text Example

White with #D4552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4552E; }

 p { color: rgb(212,85,46); }

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

background-color css

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

 a { background-color: rgb(212,85,46); }

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

border-color css

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

 span { border-color: rgb(212,85,46); }

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