Html Css Color HEX #D6553A Chilean Fire

📋 copy color: '#D6553A'

red 214 ◦ green 85 ◦ blue 58

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

Shades of Chilean Fire #D6553A

Tints of Chilean Fire #D6553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 59.94%
G = 23.81%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6553A (or 0xD6553A) is known color: Chilean Fire. HEX triplet: D6, 55 and 3A. RGB value is (214,85,58). Sum of RGB (Red+Green+Blue) = 214+85+58=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6553A is #29AAC5. Grayscale: #787878. Windows color (decimal): -2730694 or 3823062. OLE color: 3823062.

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

Color convert

RGB 214 85 58 -
CMYK 0 0.60 0.73 0.16
HSL 10.38º 0.66% 0.53% -
HSV(B) 10.38º 0.73% 0.84% -
XYZ 31.74 21.1 6.4 -
YUV 120.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 214 85 58 0 0.60 0.73 0.16 10.38 0.66 0.53
Hex D6 55 3A 0 3C 49 10 A 42 35
Octal 326 125 72 0 74 111 20 12 102 65
Binary 11010110 1010101 111010 0 111100 1001001 10000 1010 1000010 110101

Color Harmonies of #D6553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6553A

Black with #D6553A

Text Example


Text Example

White with #D6553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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