Html Css Color HEX #D6552E Chilean Fire

📋 copy color: '#D6552E'

red 214 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #D6552E

Tints of Chilean Fire #D6552E

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

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

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

R = 62.03%
G = 24.64%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6552E (or 0xD6552E) is known color: Chilean Fire. HEX triplet: D6, 55 and 2E. RGB value is (214,85,46). Sum of RGB (Red+Green+Blue) = 214+85+46=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6552E is #29AAD1. Grayscale: #777777. Windows color (decimal): -2730706 or 3036630. OLE color: 3036630.

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

Color convert

RGB 214 85 46 -
CMYK 0 0.60 0.79 0.16
HSL 13.93º 0.67% 0.51% -
HSV(B) 13.93º 0.79% 0.84% -
XYZ 31.47 20.99 4.98 -
YUV 119.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 214 85 46 0 0.60 0.79 0.16 13.93 0.67 0.51
Hex D6 55 2E 0 3C 4F 10 E 43 33
Octal 326 125 56 0 74 117 20 16 103 63
Binary 11010110 1010101 101110 0 111100 1001111 10000 1110 1000011 110011

Color Harmonies of #D6552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6552E

Black with #D6552E

Text Example


Text Example

White with #D6552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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